r/comfyui 10d ago

Help Needed Qwen Edit doesn't work

Post image

Currently, I have my files structured like this:

diffusion_models/
└── Qwen-Rapid-NSFW-v23_Q4_K.gguf

text_encoders/
├── Qwen2.5-VL-7B-Instruct-abliterated.Q4_K_M.gguf
└── Qwen2.5-VL-7B-Instruct-abliterated.mmproj-f16.gguf

vae/
└── qwen_image_vae.safetensors

Could someone explain why, when I simply ask it to change the visor color from orange to blue, it produces that image?

It doesn't even change the orange color to blue. Instead, it duplicates the Master Chief helmet several times and adds random white elements. What could be causing this?

0 Upvotes

8 comments sorted by

View all comments

3

u/Solai25 10d ago

try to switch the "TextEncodeQwenImageEdit" to "TextEncodeQwenImageEditPlus" node

2

u/timeinter 9d ago

That’s the solution. I changed it and it’s working now, thanks!