diff --git a/README.md b/README.md index 7c78b55..571e56c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,46 @@ --- license: apache-2.0 tags: -- diffusion-single-file - comfyui +- diffusion-single-file +base_model: +- Qwen/Qwen-Image +- Qwen/Qwen-Image-2512 +- DiffSynth-Studio/Qwen-Image-Distill-Full --- -See: https://comfyanonymous.github.io/ComfyUI_examples/qwen_image/ \ No newline at end of file +# Qwen-Image + +Repackaged model files for ComfyUI. + +Original model repository: + +- https://huggingface.co/Qwen/Qwen-Image +- https://huggingface.co/Qwen/Qwen-Image-2512 +- https://huggingface.co/DiffSynth-Studio/Qwen-Image-Distill-Full + +Place the files in the following folders: + +``` +📂 ComfyUI/ +├── 📂 models/ +│ ├── 📂 diffusion_models/ +│ │ ├── qwen_image_distill_full_bf16.safetensors +│ │ ├── qwen_image_distill_full_fp8_e4m3fn.safetensors +│ │ ├── qwen_image_2512_bf16.safetensors +│ │ ├── qwen_image_2512_fp8_e4m3fn.safetensors +│ │ ├── qwen_image_bf16.safetensors +│ │ ├── qwen_image_fp8_e4m3fn.safetensors +│ │ ├── qwen_image_fp8_hq.safetensors +│ │ ├── qwen_image_fp8mixed.safetensors +│ │ └── qwen_image_nvfp4.safetensors +│ ├── 📂 text_encoders/ +│ │ ├── qwen_2.5_vl_7b.safetensors +│ │ ├── qwen_2.5_vl_7b_fp8_scaled.safetensors +│ │ └── qwen_2.5_vl_7b_nvfp4.safetensors +│ ├── 📂 vae/ +│ │ └── qwen_image_vae.safetensors +``` + +--- +See: https://comfyanonymous.github.io/ComfyUI_examples/qwen_image/