Example workflow type issue
Hey everyone :)
I use this example worklow: https://huggingface.co/city96/Qwen-Image-gguf/blob/main/media/qwen-image_workflow.json
I set up (as far as i know) everything correctly:
Sadly i get this error when i try to run it:
Prompt execution failed
Prompt outputs failed validation:
CLIPLoaderGGUF:
- Value not in list: type: 'qwen_image' not in ['stable_diffusion', 'stable_cascade', 'sd3', 'stable_audio', 'mochi', 'ltxv', 'pixart', 'cosmos', 'lumina2', 'wan', 'hidream', 'chroma', 'ace', 'omnigen2']
So it seems in the CLIPLoader (GGUF)
The type "qwen_image" is missing.
It was already selected when importing this example worklow, but when i switch to another type, i can't find "qwen_image" anymore in the selection list.
I updated everything to the newest version. Still so far nothing helped 🫤.
Thanks for any help 🌹
I tried all that as well. Using the Manager, just doesn't work for some reason. In the ComfyUI folder (windows) I went into the update folder, ran update_comfyui_and_python_dependencies bat file. This seemed to make it work for me. Hope that helps.
Thanks for ur answer :)
I could not find "python_dependencies.bat" and "update_comfyui.bat" didn't want to work for me.
I downloaded the newest "ComfyUI Setup 0.4.61 - x64.exe" and after that it "worked"...
Well at least there was no error but...
After 10 minutes it was only half done. Dunno whats the problem.
With HiDream it works fine and fast.
PS: I use RTX 2060 super (8GB).
I tried all that as well. Using the Manager, just doesn't work for some reason. In the ComfyUI folder (windows) I went into the update folder, ran update_comfyui_and_python_dependencies bat file. This seemed to make it work for me. Hope that helps.
This works for me too! To clear it up for OP, the bat file is inside ComfyUI_windows_portable > update > update_comfyui_and_python_dependencies.bat, make sure to use that one :)
I'm using macOS and still have an issue:
line 86, in gguf_sd_loader
raise ValueError(f"Unexpected architecture type in GGUF file: {arch_str!r}")
ValueError: Unexpected architecture type in GGUF file: 'qwen_image'
Any suggestions on how to fix?