Normalize README metadata and formatting (#27)

- Normalize README metadata and formatting (df868e3d33ad0b7bd27b766ca23cffff9f527f91)
- Place upstream sources with model description (b4fd83006d204ff54113459650133ab63e31780f) (batch 1/1)
This commit is contained in:
systemd
2026-08-17 12:45:24 +00:00
parent a491ce6128
commit ea2bc88190

View File

@ -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
---
# 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/