use qwen image edit pipeline

This commit is contained in:
leejet 2025-12-20 01:33:36 +08:00
parent 85fa1b4551
commit 58f7b789cb

View File

@ -482,7 +482,7 @@ public:
} }
} else if (sd_version_is_qwen_image(version)) { } else if (sd_version_is_qwen_image(version)) {
bool enable_vision = false; bool enable_vision = false;
if (!vae_decode_only) { if (!vae_decode_only && version != VERSION_QWEN_IMAGE_LAYERED) {
enable_vision = true; enable_vision = true;
} }
cond_stage_model = std::make_shared<LLMEmbedder>(clip_backend, cond_stage_model = std::make_shared<LLMEmbedder>(clip_backend,