diff --git a/README.md b/README.md index 12f65af..32d93d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ --- +license: apache-2.0 tags: -- diffusion-single-file - comfyui ---- \ No newline at end of file +- diffusion-single-file +base_model: +- Tongyi-MAI/Z-Image +--- + +# Z-Image + +Repackaged model files for ComfyUI. + +Original model repository: https://huggingface.co/Tongyi-MAI/Z-Image + +Place the files in the following folders: + +``` +📂 ComfyUI/ +├── 📂 models/ +│ ├── 📂 diffusion_models/ +│ │ ├── z_image_bf16.safetensors +│ │ └── z_image_int8_convrot.safetensors +│ ├── 📂 text_encoders/ +│ │ ├── qwen_3_4b.safetensors +│ │ ├── qwen_3_4b_fp4_mixed.safetensors +│ │ └── qwen_3_4b_fp8_mixed.safetensors +│ ├── 📂 vae/ +│ │ └── ae.safetensors +```