Browse Models
The simplest way to self-host ControlNet SDXL Recolor. Launch a dedicated cloud GPU server running Lab Station OS to download and serve the model using any compatible app or framework.
Download model weights for local inference. Must be used with a compatible app, notebook, or codebase. May run slowly, or not work at all, depending on your system resources, particularly GPU(s) and available VRAM.
ControlNet SDXL Recolor is a LoRA-optimized model for colorizing black and white photographs. It reduces model size from 4.7GB to 377MB-738MB while maintaining control capabilities. Users can balance between prompt influence and control image guidance through different control modes.
ControlNet SDXL Recolor represents a significant advancement in the field of AI-powered image colorization, implemented as a Low-Rank Adaptation (LoRA) model designed specifically for Stable Diffusion XL. This model is part of Stability AI's Control-LoRA family, which aims to make ControlNet technology more accessible by dramatically reducing model size while maintaining high-quality control capabilities.
The model employs parameter-efficient fine-tuning through LoRA technology, resulting in substantially smaller model sizes compared to traditional ControlNet implementations. The Recolor model is available in two variants:
This represents a dramatic reduction from the original 4.7GB ControlNet model size, as noted in the Stability AI Control-LoRA repository. The architecture maintains the core ControlNet framework while implementing these optimizations, making it particularly suitable for users with limited GPU resources.
The model operates within the broader ControlNet framework, which uses preprocessors (annotators) to extract features from input images and guide the Stable Diffusion process. In the case of the Recolor model, it specifically focuses on color information extraction and transfer, distinguishing itself from other variants in the family such as the "Sketch" colorizer, which is designed specifically for white-on-black drawings.
The SDXL Recolor model is primarily accessed through the sd-webui-controlnet
plugin (version 1.1.400 and later), as discussed in the GitHub implementation thread. The model files are identified as:
sai_xl_recolor_128lora.safetensors
sai_xl_recolor_256lora.safetensors
For optimal results, users should configure specific settings in the Automatic1111 WebUI:
The model features automatic resampling capabilities, ensuring pixel-perfect control images regardless of resolution differences between the control image and the generated output.
The Control-LoRA models, including SDXL Recolor, are compatible with multiple interfaces:
Performance optimization options are available for different VRAM configurations:
--lowvram
flag--medvram-sdxl
flagThe model's reduced size through LoRA implementation makes it particularly accessible for users with limited GPU resources while maintaining high-quality control capabilities.