A beginner's guide to the Sdxl-Controlnet-Lora model by Batouresearch on Replicate

Published: (January 4, 2026 at 09:53 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Cover image for A beginner's guide to the Sdxl-Controlnet-Lora model by Batouresearch on Replicate

This is a simplified guide to an AI model called Sdxl‑Controlnet‑Lora maintained by Batouresearch.

Model overview

The sdxl-controlnet-lora model is an implementation of Stability AI’s SDXL text‑to‑image model with support for ControlNet and Replicate’s LoRA technology. It is developed and maintained by Batouresearch, and is similar to other SDXL‑based models like instant‑id‑multicontrolnet and sdxl‑lightning‑4step. The key difference is the addition of ControlNet, which allows the model to generate images based on a provided control image, such as a Canny edge map.

Model inputs and outputs

Inputs

  • Prompt – The text prompt describing the image to generate.
  • Image – An optional input image to use as a control or base image for the generation process.
  • Seed – A random seed value to use for generation.
  • Img2Img – A flag to enable the img2img generation pipeline, which uses the input image as both the control and base image.
  • Strength – The strength of the img2img denoising process, ranging from 0 to 1.
  • Negative Prompt – An optional negative prompt to guide the generation away from certain undesired elements.
  • Num Inference Steps – The number of denoising steps to take during the generation process.
  • Guidance Scale – The scale for classifier‑free guidance, controlling the influence of the text prompt on the generated image.
  • Scheduler – The scheduler algorithm to use for the generation process.
  • LoRA Scale – The additive scale for the LoRA weights, used to fine‑tune the model’s behavior.
  • LoRA Weights – The URL of the Replicate LoRA weights to use for the generation.

Outputs

  • Generated Images – One or more images generated based on the provided inputs.

Capabilities

The sdxl-controlnet-lora model is ca…

Click here to read the full guide to Sdxl‑Controlnet‑Lora

Back to Blog

Related posts

Read more »