Add ComfyUI model installation guide

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