mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-02-04 10:53:34 +00:00
use qwen image edit pipeline
This commit is contained in:
parent
85fa1b4551
commit
58f7b789cb
@ -482,7 +482,7 @@ public:
|
||||
}
|
||||
} else if (sd_version_is_qwen_image(version)) {
|
||||
bool enable_vision = false;
|
||||
if (!vae_decode_only) {
|
||||
if (!vae_decode_only && version != VERSION_QWEN_IMAGE_LAYERED) {
|
||||
enable_vision = true;
|
||||
}
|
||||
cond_stage_model = std::make_shared<LLMEmbedder>(clip_backend,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user