Skip to content

Commit 7ce845a

Browse files
Add Z-Image-Turbo Fun Union ControlNet workflow (#617)
* Update tutorials/image/z-image/z-image-turbo.mdx * Update tutorials/image/z-image/z-image-turbo.mdx * Update zh-CN/tutorials/image/z-image/z-image-turbo.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 9d0cac3 commit 7ce845a

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

tutorials/image/z-image/z-image-turbo.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,32 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'
6161
│ └── 📂 vae/
6262
│ └── ae.safetensors
6363
```
64+
65+
## Z-Image-Turbo Fun Union ControlNet workflow
66+
67+
This workflow uses the Z-Image-Turbo Fun Union ControlNet model to generate images with ControlNet guidance. It applies Canny edge detection to a reference image and uses the ControlNet to guide the generation process.
68+
69+
<a className="prose" target='_blank' href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_z_image_turbo_fun_union_controlnet.json" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginRight: '10px'}}>
70+
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Download JSON Workflow File</p>
71+
</a>
72+
73+
### Additional model for ControlNet
74+
75+
**model_patches**
76+
77+
- [Z-Image-Turbo-Fun-Controlnet-Union.safetensors](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union/resolve/main/Z-Image-Turbo-Fun-Controlnet-Union.safetensors)
78+
79+
**Model Storage Location**
80+
81+
```
82+
📂 ComfyUI/
83+
├── 📂 models/
84+
│ ├── 📂 text_encoders/
85+
│ │ └── qwen_3_4b.safetensors
86+
│ ├── 📂 diffusion_models/
87+
│ │ └── z_image_turbo_bf16.safetensors
88+
│ ├── 📂 vae/
89+
│ │ └── ae.safetensors
90+
│ └── 📂 model_patches/
91+
│ └── Z-Image-Turbo-Fun-Controlnet-Union.safetensors
92+
```

zh-CN/tutorials/image/z-image/z-image-turbo.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,32 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx'
6161
│ └── 📂 vae/
6262
│ └── ae.safetensors
6363
```
64+
65+
## Z-Image-Turbo Fun Union ControlNet 工作流
66+
67+
此工作流使用 Z-Image-Turbo Fun Union ControlNet 模型生成带有 ControlNet 引导的图像。它对参考图像应用 Canny 边缘检测,并使用 ControlNet 来引导生成过程。
68+
69+
<a className="prose" target='_blank' href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_z_image_turbo_fun_union_controlnet.json" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginRight: '10px'}}>
70+
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>下载 JSON 工作流文件</p>
71+
</a>
72+
73+
### ControlNet 所需的额外模型
74+
75+
**model_patches(模型补丁)**
76+
77+
- [Z-Image-Turbo-Fun-Controlnet-Union.safetensors](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union/resolve/main/Z-Image-Turbo-Fun-Controlnet-Union.safetensors)
78+
79+
**模型存储位置**
80+
81+
```
82+
📂 ComfyUI/
83+
├── 📂 models/
84+
│ ├── 📂 text_encoders/
85+
│ │ └── qwen_3_4b.safetensors
86+
│ ├── 📂 diffusion_models/
87+
│ │ └── z_image_turbo_bf16.safetensors
88+
│ ├── 📂 vae/
89+
│ │ └── ae.safetensors
90+
│ └── 📂 model_patches/
91+
│ └── Z-Image-Turbo-Fun-Controlnet-Union.safetensors
92+
```

0 commit comments

Comments
 (0)