Normalize README metadata and formatting (#26)

- Normalize README metadata and formatting (cdab046a201fbbd0c5e0d3d3273fc8faf04ad6e8) (batch 1/1)
This commit is contained in:
systemd
2026-08-26 12:13:01 +00:00
parent 092b46bb41
commit b07003e8b6

View File

@ -1,7 +1,35 @@
---
license: apache-2.0
tags:
- diffusion-single-file
- comfyui
- diffusion-single-file
base_model:
- Tongyi-MAI/Z-Image-Turbo
---
# Z-Image Turbo
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
Place the files in the following folders:
```
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 diffusion_models/
│ │ ├── z_image_turbo_bf16.safetensors
│ │ ├── z_image_turbo_int8_convrot.safetensors
│ │ └── z_image_turbo_nvfp4.safetensors
│ ├── 📂 loras/
│ │ └── z_image_turbo_distill_patch_lora_bf16.safetensors
│ ├── 📂 text_encoders/
│ │ ├── qwen_3_4b.safetensors
│ │ ├── qwen_3_4b_fp4_mixed.safetensors
│ │ └── qwen_3_4b_fp8_mixed.safetensors
│ └── 📂 vae/
│ └── ae.safetensors
```
Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/