From ea2bc881907768e660014734e818823f108c542c Mon Sep 17 00:00:00 2001 From: systemd Date: Mon, 17 Aug 2026 12:45:24 +0000 Subject: [PATCH] Normalize README metadata and formatting (#27) - Normalize README metadata and formatting (df868e3d33ad0b7bd27b766ca23cffff9f527f91) - Place upstream sources with model description (b4fd83006d204ff54113459650133ab63e31780f) (batch 1/1) --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) 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/