From b07003e8b655fe9a291260629719ce204c5e86fd Mon Sep 17 00:00:00 2001 From: systemd Date: Wed, 26 Aug 2026 12:13:01 +0000 Subject: [PATCH] Normalize README metadata and formatting (#26) - Normalize README metadata and formatting (cdab046a201fbbd0c5e0d3d3273fc8faf04ad6e8) (batch 1/1) --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47944d8..0cd4df6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ --- +license: apache-2.0 tags: -- diffusion-single-file - comfyui +- diffusion-single-file +base_model: +- Tongyi-MAI/Z-Image-Turbo --- -Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/ \ No newline at end of file +# 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/