ComfyUI

How to use ControlNet with ComfyUI – Part 3, Using multiple ControlNets

This tutorial covers using multiple ControlNets. It builds upon the foundation established in Part 2 assuming that you are already familiar with how to use different preprocessors to generate different types of input images to control image generation. If you need a refresher on these steps, please revisit How to use ControlNet with Comfy UI …

How to use ControlNet with ComfyUI – Part 3, Using multiple ControlNets Read More »

How to use ControlNet with ComfyUI – Part 2, Preprocessor

Welcome to Part 2 of our series on using ControlNet with ComfyUI. This section builds upon the foundation established in Part 1, assuming that you are already familiar with installing ComfyUI, generating images, and setting up ControlNet with a pre-created input image. If you need a refresher on these initial steps, please revisit How to …

How to use ControlNet with ComfyUI – Part 2, Preprocessor Read More »

How to use ControlNet with ComfyUI – Part 1

Understanding ControlNet Integration with ComfyUI Before diving into the steps for using ControlNet with ComfyUI, let’s first revisit what ControlNet accomplishes. In the Stable Diffusion system, the UNet or Latent Diffusion Model leverages the encoded text output from the CLIP text encoder as a guide for image generation. ControlNet enhances this process by providing additional …

How to use ControlNet with ComfyUI – Part 1 Read More »

Getting started with ComfyUI

Installation ComfyUI is a powerful and flexible package to unleash the power of Stable Diffusion. You can install from https://github.com/comfyanonymous/ComfyUI. The page has detailed instructions that you can follow. Basic Usage Once you follow the instructions, activate your virtual environment and type python main.py. You should see console output similar to below. It will start …

Getting started with ComfyUI Read More »

How to use Image to Image in ComfyUI

Overview The image-to-image feature is an invaluable tool for generating one image from another. This functionality is particularly useful for style transformations. In this tutorial, we will explore how to utilize the image-to-image feature in ComfyUI, specifically focusing on converting a photo-realistic image into an anime-style picture. Conceptually, the image-to-image UI in ComfyUI is configured …

How to use Image to Image in ComfyUI Read More »