ControlNet on NightCafe

ControlNet on NightCafe

What is ControlNet?

ControlNet lets you use a start image to control your generation in specific ways — much more powerfully than a plain start image.

A start image on its own (image-to-image) just initialises the diffusion process instead of starting from random pixels; it doesn’t actively guide the result. ControlNet models, by contrast, guide the generation, a bit like a visual prompt. For example:

  • Pose to Image — generate a person in the same pose as the person in your start image.
  • Depth to Image — keep the same depth layout (foreground size and position, background distance) as your start image.
  • Canny Edge to Image — follow the outlines and edges of your start image.

ControlNet Steps

By default, ControlNet runs for 100% of the chosen steps. Lowering this stops ControlNet early and lets the normal diffusion process finish the image. This is useful when you want ControlNet to set the initial direction, then let the model take over for the rest.

Skip Preprocessing

By default, your start image is pre-processed for certain ControlNet models — e.g. converted to canny edges for “Canny Edge to Image”, or to a depth map for “Depth to Image”. If you already have a depth map or edge map, turn on Skip Preprocessing to use your start image directly.

    • Related Articles

    • How to upload start image?

      A start image allows you to initialise the creation process with an image rather than random pixels. To upload an image from your device, please follow these steps: 1. Make sure the Advanced mode on your Create interface is toggled on. 2. Clicking on ...
    • Image Prompting (IP Adapter)

      What is image prompting? Image prompting (also called IP Adapter) lets you use an image as part of your prompt. Instead of describing everything in words, you provide a reference image and NightCafe transfers its subject matter, style or composition ...
    • Usage Guide: FLUX.1 Kontext Image Editing

      Mastering Image Editing with FLUX.1 Kontext Welcome to your guide for using the FLUX.1 Kontext model for advanced image editing. This powerful tool allows you to make precise changes to your images using simple instructions, offering a new level of ...
    • Inpainting on NightCafe

      Original article by creator @Weresl0th. Big thanks from the NightCafe team! What is Inpainting in AI Image Generation? Inpainting is a technique of changing an image that involves filling in the missing or undesired parts of the image, or removing ...
    • Negative Prompts on NightCafe

      Original article by creator @Weresl0th. Big thanks from the NightCafe team! What is a Negative Prompt in AI? Negative weighted prompts (also referred to as negative prompts) are a way to instruct the algorithm that you do not want the creation to be ...