Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions tutorials/image/z-image/z-image-turbo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,32 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'
│ └── 📂 vae/
│ └── ae.safetensors
```

## Z-Image-Turbo Fun Union ControlNet workflow

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.

<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'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Download JSON Workflow File</p>
</a>

### Additional model for ControlNet

**model_patches**

- [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)

**Model Storage Location**

```
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 text_encoders/
│ │ └── qwen_3_4b.safetensors
│ ├── 📂 diffusion_models/
│ │ └── z_image_turbo_bf16.safetensors
│ ├── 📂 vae/
│ │ └── ae.safetensors
│ └── 📂 model_patches/
│ └── Z-Image-Turbo-Fun-Controlnet-Union.safetensors
```
29 changes: 29 additions & 0 deletions zh-CN/tutorials/image/z-image/z-image-turbo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,32 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx'
│ └── 📂 vae/
│ └── ae.safetensors
```

## Z-Image-Turbo Fun Union ControlNet 工作流

此工作流使用 Z-Image-Turbo Fun Union ControlNet 模型生成带有 ControlNet 引导的图像。它对参考图像应用 Canny 边缘检测,并使用 ControlNet 来引导生成过程。

<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'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>下载 JSON 工作流文件</p>
</a>

### ControlNet 所需的额外模型

**model_patches(模型补丁)**

- [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)

**模型存储位置**

```
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 text_encoders/
│ │ └── qwen_3_4b.safetensors
│ ├── 📂 diffusion_models/
│ │ └── z_image_turbo_bf16.safetensors
│ ├── 📂 vae/
│ │ └── ae.safetensors
│ └── 📂 model_patches/
│ └── Z-Image-Turbo-Fun-Controlnet-Union.safetensors
```