Complete Z-Image Turbo README

#25
by Lexius - opened
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,7 +1,35 @@
1
  ---
 
 
 
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
  ---
6
 
7
- Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Tongyi-MAI/Z-Image-Turbo
5
  tags:
6
  - diffusion-single-file
7
  - comfyui
8
  ---
9
 
10
+ # Z-Image Turbo
11
+
12
+ Repackaged model files for ComfyUI.
13
+
14
+ Original model repository: https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
15
+
16
+ Place the files in the following folders:
17
+
18
+ ```text
19
+ πŸ“‚ ComfyUI/
20
+ β”œβ”€β”€ πŸ“‚ models/
21
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
22
+ β”‚ β”‚ β”œβ”€β”€ z_image_turbo_bf16.safetensors
23
+ β”‚ β”‚ β”œβ”€β”€ z_image_turbo_int8_convrot.safetensors
24
+ β”‚ β”‚ └── z_image_turbo_nvfp4.safetensors
25
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
26
+ β”‚ β”‚ └── z_image_turbo_distill_patch_lora_bf16.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
28
+ β”‚ β”‚ β”œβ”€β”€ qwen_3_4b.safetensors
29
+ β”‚ β”‚ β”œβ”€β”€ qwen_3_4b_fp4_mixed.safetensors
30
+ β”‚ β”‚ └── qwen_3_4b_fp8_mixed.safetensors
31
+ β”‚ └── πŸ“‚ vae/
32
+ β”‚ └── ae.safetensors
33
+ ```
34
+
35
+ Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/