You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shares the QwenImageEdit base type and infrastructure with the edit model.
Key changes:
- Text encoder: auto-selects prompt template based on reference images —
edit template (drop_idx=64) when images present, generate template
(drop_idx=34) when absent
- Denoise: detects zero_cond_t to determine whether to concatenate
reference latents; txt2img models pass only noisy patches with a
single-entry img_shapes
- Model config: accept QwenImagePipeline in addition to
QwenImageEditPlusPipeline
- LoRA: handle "transformer." key prefix from some training frameworks,
add to config detection
- Starter models: Qwen-Image-2512 full + 4 GGUF variants + Lightning
V2.0 LoRAs (4-step, 8-step), all added to the Qwen Image Edit bundle
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments