Posts

Image
ControlNet with Flux  As Flux has been live for nearly two weeks, it’s only a matter of time before we begin to see the tools and workflows we've come to rely on with Stable Diffusion. One of the first exciting developments is the release of the Flux ControlNet model. Today, we’ll explore the Canny ControlNet models and how we can use them with Flux to gain more control over the images we generate. Installing the ControlNet Models To begin, you’ll need to install the new ControlNet models, which are available on Hugging Face. There are two versions: XLabs and InstantX. While I’ve primarily used the XLabs version, the installation process is the same for both. Once downloaded, navigate to your ComfyUI folder and place the models in the models/controlnet directory. For better organization, consider renaming the models to something meaningful, such as xlabsAI_ControlNet or instantx_ControlNet , to easily distinguish between them. Once the models are in place, you can jump into Comfy...