Skip to content
Help Build a Better ComfyUI Knowledge Base Become a Patron

Detailed Guide to Flux ControlNet Workflow

Flux ControlNet Workflow

This tutorial will guide you on how to use Flux’s official ControlNet models in ComfyUI. We will cover the usage of two official control models: FLUX.1 Depth and FLUX.1 Canny.

This tutorial is based on and updated from the ComfyUI Flux examples

Model Introduction

FLUX.1 Depth [dev]

  • 12 billion parameter rectified flow transformer model
  • Structure guidance based on depth maps
  • Uses guided distillation training for improved efficiency
  • Supports personal, research, and commercial use

FLUX.1 Canny [dev]

  • 12 billion parameter rectified flow transformer model
  • Structure guidance based on Canny edge detection
  • Also uses guided distillation training method
  • Follows FLUX.1 [dev] non-commercial license

Model Version Overview

Flux ControlNet models are available in two versions: Full Model and LoRA Model.

Full Model Version

  • Complete model file containing all weights
  • Requires larger VRAM
  • Best generation quality

LoRA Version

  • Lightweight model containing only difference weights
  • Requires base Flux model
  • Lower VRAM usage

Preparation

1. Update ComfyUI

First, ensure your ComfyUI is updated to the latest version. If you don’t know how to update and upgrade ComfyUI, please refer to How to Update and Upgrade ComfyUI.

Note: Flux ControlNet functionality requires the latest version of ComfyUI, so please complete the update first.

2. Full Version Model Downloads

Model NameFile NameInstallation LocationDownload LinkDescription
CLIP Modelclip_l.safetensorsComfyUI/models/clip/DownloadStandard CLIP Encoder
CLIP Modelt5xxl_fp16.safetensorsComfyUI/models/clip/DownloadStandard Precision Version
CLIP Modelt5xxl_fp8_e4m3fn.safetensorsComfyUI/models/clip/DownloadLow Precision Version
VAE Modelae.safetensorsComfyUI/models/vae/DownloadVAE Encoder-Decoder
Flux Depthflux1-depth-dev.safetensorsComfyUI/models/diffusion_models/DownloadDepth Control Model
Flux Cannyflux1-canny-dev.safetensorsComfyUI/models/diffusion_models/DownloadEdge Control Model

3. LoRA Version Model Downloads

Model NameFile NameInstallation LocationDownload LinkDescription
Flux Base Modelflux1-dev.safetensorsComfyUI/models/diffusion_models/DownloadLoRA Base Model
Depth LoRAflux1-depth-dev-lora.safetensorsComfyUI/models/loras/DownloadDepth Control LoRA
Canny LoRAflux1-canny-dev-lora.safetensorsComfyUI/models/loras/DownloadEdge Control LoRA

4. Workflow File Downloads

5. System Requirements

  • VRAM Requirements: Recommended minimum 16GB VRAM
  • If VRAM is limited, you can use fp8 version models to reduce VRAM usage

Reference Resources