admin

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 »

Getting started with Automatic1111

Installation Automatic1111 is a great and easy to use package to generate images using Stable Diffusion and offers various functionalities. You can install from https://github.com/AUTOMATIC1111/stable-diffusion-webui The page has detailed instructions that you can follow. Basic Usage Once you follow the instructions to install all required software and models, type ./webui.sh. You should see console output …

Getting started with Automatic1111 Read More »

How to use ControlNet in Automatic1111 Part 5: Colorize a black and white photo using ControlNet Recolor

Have you ever seen a person in an old photo from a long time ago and wondered what the photo would have looked like if the image was captured in a digital camera? ControlNet Recolor model can satisfy your curiosity. Though you cannot really restore the original color, but it can show possible colors that …

How to use ControlNet in Automatic1111 Part 5: Colorize a black and white photo using ControlNet Recolor Read More »

How to use IP-Adapter to Use an Image as a Prompt in Automatic1111

IP-Adapter offers the innovative capability of using an image as a prompt to generate new images, in addition to the traditional text-based prompts. For example, if you wish to create a wood carving in the shape of an apple, you can input ‘wood carving’ as your text prompt and provide an image of an apple …

How to use IP-Adapter to Use an Image as a Prompt in Automatic1111 Read More »

How to use ControlNet in Automatic1111 Part 4: Reference preprocessor to create slight variations in images

What if you have generated an image and you want to generate very similar images to that one, however you don’t want the changes to be significant? This was a tough problem to solve in Stable Diffusion. For example, let’s see the image below. If you try to generate more images by increasing the batch …

How to use ControlNet in Automatic1111 Part 4: Reference preprocessor to create slight variations in images Read More »