SeeSee21 commited on
Commit
3614ae1
·
verified ·
1 Parent(s): aa729f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -5
README.md CHANGED
@@ -76,23 +76,66 @@ Z-Image-Turbo-AIO is an **All-in-One repackage** of Alibaba Tongyi Lab's 6B para
76
  3. Load with "Load Checkpoint" node
77
  4. Generate!
78
 
 
 
79
  ## 🔧 ComfyUI Workflow
80
 
81
  ![Workflow](workflow.png)
82
 
83
  Download: [z-image-turbo-aio-workflow.json](z-image-turbo-aio-workflow.json)
84
 
85
- ### Recommended Settings
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
 
87
  | Parameter | Value |
88
  |-----------|-------|
89
- | Steps | 8 |
90
  | CFG | 1.0 |
91
- | Sampler | res_multistep |
92
- | Scheduler | simple |
93
  | Resolution | 1920×1088 |
94
 
95
- **That's it! No separate VAE or Text Encoder needed!**
 
96
 
97
  ## 📊 Performance
98
 
 
76
  3. Load with "Load Checkpoint" node
77
  4. Generate!
78
 
79
+ ---
80
+
81
  ## 🔧 ComfyUI Workflow
82
 
83
  ![Workflow](workflow.png)
84
 
85
  Download: [z-image-turbo-aio-workflow.json](z-image-turbo-aio-workflow.json)
86
 
87
+ ---
88
+
89
+ ### 🚀 Standard Workflow v2 (Recommended)
90
+ Text-to-image generation with improved upscaler and metadata saving.
91
+
92
+ ![Workflow v2](workflow/Z-Image-Turbo-AIO-workflow-v2.png)
93
+
94
+ 📥 **Download:** [Z-Image-Turbo-AIO-workflow-v2.json](workflow/Z-Image-Turbo-AIO-workflow-v2.json)
95
+
96
+ **Features:**
97
+ - Pre-configured settings (9 steps, CFG 1.0)
98
+ - Dual samplers: `res_multistep` (sharp) or `euler_ancestral` (natural)
99
+ - Improved upscaler with denoise control
100
+ - Automatic metadata saving for easy CivitAI uploads
101
+
102
+ **Required Nodes:** `rgthree-comfy`, `comfyui_image_metadata_extension`
103
+
104
+ ---
105
+
106
+ ### 🎮 ControlNet Workflow
107
+ Precise control with reference images using ControlNet Union.
108
+
109
+ ![ControlNet Workflow](workflow/Z-Image-Turbo-AIO-workflow-controlnet.png)
110
+
111
+ 📥 **Download:** [Z-Image-Turbo-AIO-workflow-controlnet.json](workflow/Z-Image-Turbo-AIO-workflow-controlnet.json)
112
+
113
+ **Features:**
114
+ - 5 control types: Canny, Depth, Pose, HED, MLSD
115
+ - Megapixel scaling (auto aspect ratio)
116
+ - ControlNet strength adjustment
117
+
118
+ **Required Nodes:** `rgthree-comfy`, `comfyui_image_metadata_extension`, `comfyui_controlnet_aux`
119
+
120
+ **Additional Download Required:**
121
+ - [Z-Image-Turbo-Fun-Controlnet-Union.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/blob/main/split_files/model_patches/z_image_turbo_fun_controlnet_union.safetensors) (~2.5GB)
122
+ - ⚠️ Save in: `ComfyUI/models/model_patches/` (NOT controlnet/)
123
+ - ⚠️ Requires ComfyUI 3.77+
124
+
125
+ ---
126
+
127
+ ### ⚙️ Recommended Settings (Both Workflows)
128
 
129
  | Parameter | Value |
130
  |-----------|-------|
131
+ | Steps | 9 |
132
  | CFG | 1.0 |
133
+ | Sampler | `res_multistep` (sharp) or `euler_ancestral` (natural) |
134
+ | Scheduler | `simple` (clean) or `beta` (smooth) |
135
  | Resolution | 1920×1088 |
136
 
137
+ 💡 **Tip:** NO negative prompts needed - the model ignores them!
138
+
139
 
140
  ## 📊 Performance
141