JLC Flux2 ControlNet v1.0.0: FLUX.2 ControlNet for ComfyUI
news
Damkohler released JLC Flux2 ControlNet v1.0.0, a custom node bringing FLUX.2-dev Fun ControlNet Union into ComfyUI with multi-branch control, reference conditioning, and in/out-paint.
JLC Flux2 ControlNet v1.0.0 is a custom node pack by Damkohler that integrates the FLUX.2-dev Fun ControlNet Union side model into ComfyUI. It adds multi-ControlNet composition, multi-reference conditioning, reusable latent caching, and experimental in/out-paint support — all without replacing ComfyUI's core FLUX.2 pipeline.
Installation
Clone into ComfyUI/custom_nodes/:
cd ComfyUI/custom_nodes
git clone https://github.com/Damkohler/JLC-Flux2-ControlNet.gitYou also need the FLUX.2-dev Fun ControlNet Union checkpoint in ComfyUI/models/controlnet/:
Download FLUX.2-dev Fun ControlNet Union (2.38 GB)
Requirements
- ComfyUI with FLUX.2 support
- FLUX.2-dev diffusion model + text encoder + VAE
- Python 3.10+
Included Workflows
The repository ships with three ready-to-use workflows. Drag the PNG into ComfyUI to load, or use the JSON file:
1. Basic Reference-Image & Multi-ControlNet
2. Experimental Inpainting
3. Full Reference, Multi-ControlNet, Inpainting & Cache
Node Reference
| Node | Status | Purpose |
|---|---|---|
| JLC Flux2 ControlNet Loader | Stable | Loads the compact side model as a reusable ControlNet object |
| JLC Flux2 ControlNet Apply | Stable | Attaches one ControlNet branch to conditioning |
| JLC Flux2 ControlNet Apply Advanced | Stable | Shared config for positive and negative conditioning |
| JLC Flux2 ControlNet Orchestrator | Stable | Flat 1-4 branch composition sharing a single loaded model |
| JLC Flux2 Reference Image Orchestrator | Stable | Up to 10 reference images with per-slot enable controls |
| JLC Flux2 ControlNet Latents Cache | Stable | CPU cache for up to 4 active control images |
| JLC Flux2 In/Out-Paint Adapter | Experimental | Mask-aware inpainting/outpainting adapter |
| JLC Flux2 Inpaint Context Cache | Experimental | Precomputed inpaint context caching |
Notes
- The project does not include image preprocessors (pose, depth, edge, etc.) — use ComfyUI's built-in nodes or the optional companion pack JLC ComfyUI Nodes
- The FLUX.2-dev Fun ControlNet Union side model is required and can be downloaded from alibaba-pai/FLUX.2-dev-Fun-Controlnet-Union
- Licensed under MIT
Comments
Sign in with GitHub to join the discussion.