--- license: apache-2.0 tags: - comfyui - diffusion-single-file base_model: - Qwen/Qwen3.5-2B - Qwen/Qwen3.5-4B - Qwen/Qwen3.5-9B --- # Qwen3.5 Repackaged model files for ComfyUI. Original model repository: - https://huggingface.co/Qwen/Qwen3.5-2B - https://huggingface.co/Qwen/Qwen3.5-4B - https://huggingface.co/Qwen/Qwen3.5-9B Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 text_encoders/ │ │ ├── qwen3.5_2b_bf16.safetensors │ │ ├── qwen3.5_4b_bf16.safetensors │ │ └── qwen3.5_9b_bf16.safetensors ```