Browse Models
The simplest way to self-host ControlNet SD 1.5 Line Art. 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 SD 1.5 Line Art enables controlled image generation using line drawings as input guidance. Built on ControlNet 1.1, it features pixel-perfect resampling to preserve line art details and offers Control-LoRA variants that reduce model size from 4.7GB to 377MB while maintaining core functionality.
ControlNet SD 1.5 Line Art is a specialized model within the ControlNet family that adds conditional control to Stable Diffusion 1.5 for processing and interpreting line art. The model leverages a neural network architecture to influence image generation by incorporating information from source line art images, as detailed in the original ControlNet research paper.
The model uses a preprocessor (also called an annotator) that converts input line art into a "detectmap," which then guides the image generation process. This architecture allows for precise control over structural elements in the generated image based on the input line art. The model maintains architectural consistency with ControlNet 1.0 while incorporating improvements focused on robustness and result quality in version 1.1.
The Line Art model's training data includes the awacke1/Image-to-Line-Drawings dataset, enabling it to work with both detailed and coarse line art extractions. Multiple variants exist within the Line Art family:
lineart_anime
and lineart_anime_denoise
: Specialized for anime-style artworklineart_coarse
and lineart_realistic
: Offering different levels of detail and stylistic approachesFor optimal performance, the model requires "anything-v3-full.safetensors" and does not support "Guess Mode." The model is typically invoked using the gradio_lineart.py
script.
A key differentiating feature of the Line Art model is its specific focus on line art processing, setting it apart from other ControlNet variants like Canny (edge detection), OpenPose (pose estimation), or Depth (depth map interpretation). The model excels at:
Recent updates to the sd-webui-controlnet extension (version 1.1.400 and later) have expanded the model's capabilities, particularly for Stable Diffusion 1.5 users. The extension supports various control modes ("Balanced," "My prompt is more important," "ControlNet is more important") to adjust the balance between text prompts and control images.
For implementation, the model requires varying VRAM configurations:
The model can be integrated through various interfaces, including the Automatic1111 ControlNet Extension and other community-developed tools.