Skip to main content
Browse Models

lllyasviel

ControlNet SD 1.5 Tile

Released

2023-04-13

Family

Stable Diffusion 1

Type

ControlNet Model

Downloads

External Download

You are about to open a link to an external source. Verify the URL before continuing.

Download

Model Checkpoint

FP16 · control_v11f1e_sd15_tile.pth

Model Report

Overview

ControlNet SD 1.5 Tile is a generative artificial intelligence model developed by lllyasviel as part of the ControlNet 1.1 series. This model enables fine-grained control over image synthesis and manipulation within the Stable Diffusion 1.5 ecosystem. Distinct from conventional diffusion models, ControlNet SD 1.5 Tile specializes in the handling and regeneration of local image details by dividing input images into discrete tiles, supporting tasks such as super-resolution, detail enhancement, and region-specific reinterpretation. It operates with the capacity to selectively ignore or regenerate details based on local semantic context, which facilitates advanced image editing and upscaling while maintaining fidelity to both global structure and localized content.

Diagram of ControlNet 1.1 naming conventions

Figure 1. Diagram explaining the standard naming conventions for ControlNet 1.1 models.

Technical Capabilities and Core Features

ControlNet SD 1.5 Tile operates by segmenting images into tiles and performing diffusion-based generation or correction within these localized contexts. This approach is suitable for tasks where maintaining overall image structure is crucial, yet targeted improvement or modification of specific regions is required. The primary capabilities include the ability to ignore global prompts in favor of local tile semantics, avoiding uniform propagation of generative intent across disjoint regions, and the capacity to regenerate image details that are blurred, corrupted, or underresolved.

When provided with low-resolution or artifact-laden images, such as poorly upscaled images or those with limited contextual information, the model reconstructs new, high-fidelity details in each tile. For example, when given a 64×64 image of a dog, ControlNet SD 1.5 Tile generates multiple high-resolution reinterpretations of the input, preserving the basic structure while inventing refined local content, as demonstrated with the prompt "dog on grassland" and a denoising strength of 1.0.

Refinement of a 64x64 dog image

Figure 2. Demonstration of ControlNet Tile performing 8× super resolution on a low-resolution dog image, prompted with 'dog on grassland'.

This ability extends to correcting corrupted images, such as those degraded by previous generative passes or image enhancement tools. The model can reconstruct plausible and photorealistic outputs even when the input lacks sufficient context for conventional super-resolution methods.

Correction of corrupted dog image

Figure 3. Batch test output showing how details in a corrupted dog image are fixed using ControlNet Tile with the prompt 'dog on grassland', denoising strength 1.0, and a random seed.

An additional feature is the model's localized prompt sensitivity, which ensures that the content generated within each tile is semantically appropriate. For instance, when a prompt refers to a "handsome man" but a tile contains the texture of palm leaves, the model refrains from placing face details in those regions, instead reproducing plausible leaf structures.

Tile-based semantic diffusion

Figure 4. Generated outputs show that despite the global prompt 'a handsome man', the model preserves local semantics within tiles, generating palm fronds where expected.

Model Architecture and Implementation

The underlying architecture of ControlNet SD 1.5 Tile is based on the established structure of the original ControlNet 1.0 models, maintaining design continuity for consistent inference behavior across versions. Architectural updates in ControlNet 1.1 primarily address robustness and output quality, while preserving compatibility with the Stable Diffusion U-Net backbone.

Special attention is given to classifier-free guidance and local conditioning. Configuration details, such as the placement of global average pooling layers (e.g., for the Shuffle variant), are controlled through YAML parameters. This impacts how encoder outputs interact with the U-Net. For the Tile model, these settings optimize how diffusion influences each independently processed tile, ensuring only the conditional (not the unconditional) branch receives ControlNet input.

Detail refinement in ControlNet Tile

Figure 5. Example showcasing detail refinement and replacement. Input and five generated variants reflect the prompt 'Silver Armor' with denoising strength 1.0.

Training Procedures and Data Considerations

Although specific details regarding the datasets and augmentation methods for ControlNet SD 1.5 Tile are not exhaustively detailed in public documentation, ControlNet 1.1 models incorporate enhancements in training strategy relative to previous iterations. According to official release notes, systemic issues such as duplicated or low-quality samples, grayscale artifacts, and prompt-image mismatches present in ControlNet 1.0 were mitigated in the 1.1 update. The datasets include semantic and photorealistic diversity with augmented training through techniques such as random flips, contributing to improved generalization, especially for tasks involving region-specific synthesis and correction.

Applications and Output Quality

ControlNet SD 1.5 Tile is suitable for a variety of image processing tasks. Its primary application is in detail restoration and enhancement, such as upscaling small or degraded images where global super-resolution models like Real-ESRGAN may falter. The tile-based approach supports both broad scenic reconstructions and fine local corrections, with examples ranging from recovering photorealistic portraits from low-quality thumbnails to interpreting intricate environments.

The model can produce high-fidelity, high-resolution outputs at scale, maintaining both semantic integrity and local detail quality across complex subjects.

High-resolution upscaling output: full portrait

Figure 6. Output of tiled image upscaling: a high-resolution, photorealistic portrait of an elderly woman in a garden.

Detail: facial close-up from high-res output

Figure 7. Zoomed-in output from tile-based upscaling, focusing on facial details and textures.

Detail: torso and textile highlights

Figure 8. Close-up demonstrating the model's ability to render textile textures and jewelry details on photorealistic outputs.

Arm and fabric texture detail

Figure 9. Fine arm and fabric detail from a zoomed tile of the full-resolution model output, highlighting textural fidelity.

Beyond human-centric outputs, the model demonstrates proficiency in interpreting and generating complex architectural or environmental scenes and synthesizing plausible reconstructions in scenarios with ambiguous or damaged input.

Interior scene upscaled output

Figure 10. High-resolution tile-based reconstruction of a destroyed airplane cabin, demonstrating the model's capacity for realistic environmental details.

Model Release and Limitations

The finalized version of the model, titled control_v11f1e_sd15_tile, was publicly released on April 25, 2023. The naming convention reflects internal release staging, with "f1" indicating a first bug fix and "e" denoting its experimental nature. Earlier, incomplete variants have been discontinued. While the model is robust for a wide variety of image manipulation tasks, certain limitations are noted:

  • The model is not expressly a super-resolution system, but rather one focused on regenerating and refining details in context.
  • Some features, such as tiled upscaling, may not be directly supported in all demonstration interfaces and may require integration with specific software extensions.
  • As an "experimental" release, some edge cases may remain suboptimal.

Comparisons and Related Architectures

ControlNet SD 1.5 Tile can be contrasted with several related technologies. While Stable Diffusion 1.5's image-to-image (I2I) features support high-level creative reinterpretation, the Tile model emphasizes structure-preservation across tiles even with maximal denoising. In comparison with Real-ESRGAN, which specializes in super-resolution, ControlNet Tile's tilewise generative intuition allows for plausible reconstructions even where source context is minimal.

Another development, Control-LoRA, integrates Low-Rank Parameter Efficient Fine Tuning (LoRA) to reduce the computational footprint of ControlNet models. However, this technique is distinct from and not incorporated into the ControlNet 1.1 Tile model lineage.

Helpful Links

About Stable Diffusion 1: Stable Diffusion is an open-source text-to-image generative AI model that transforms textual adminDescriptions into corresponding images. Technologically, it employs a latent diffusion model architecture, enhancing computational efficiency by performing diffusion processes in a compressed latent space, which enables high-quality image generation with reduced resource requirements.

More in the Stable Diffusion 1 Family

stabilityai /

Stable Diffusion 1.1

A latent text-to-image diffusion model trained on LAION datasets that generates 512×512 images from natural language prompts using compressed latent space processing.
stabilityai /

Stable Diffusion 1.5

Text-to-image diffusion model trained on LAION dataset subset, generating 512x512 images from natural language prompts using latent space processing.
prompthero /

OpenJourney v4

SD 1.5 fine-tuned on 124k+ additional images generated with Midjourney v4, leading to results that resemble this other closed-source image generation model.
Photographer /

Photon

Photon aims to generate photorealistic and visually appealing images effortlessly.
KandooAI /

Juggernaut

Popular SD 1.5 fine-tune with capability to produce detailed images of a versatile breadth of subjects.
wavymulder /

Analog Diffusion

SD 1.5 fine-tuned on a diverse set of analog images, yielding a vintage photographic look.
Lykon /

Dreamshaper

SD 1.5 fine-tune with strong art generation ability and a broad generalist capabilities.
SG_161222 /

Realistic Vision

SD 1.5 fine-tune specialized in creating photorealistic portraits of humans.
Meina /

Meina Mix

Model resulting for merging 7 different anime-focused SD 1.5 checkpoints.
epinikion /

epiCRealism

Popular SD 1.5 fine-tune with high competence in translating simple text prompts into realistic images of people.
Lykon /

Absolute Reality

One of the top SD 1.5 variant for generating life-like images of people and objects.
Cyberdelia /

Cyber Realistic

Versatile photorealistic SD 1.5 fine-tune capable of generating a wide range of convincing photographic images.
Merjic /

MajicMIX Realistic

Popular SD 1.5 photorealism fine-tune with training data weighted on people of asian descent.
epinikion /

epiCPhotoGasm

A Stable Diffusion 1.5-based checkpoint model designed for photorealistic image generation with simplified prompting and demographic diversity.
lllyasviel /

ControlNet SD 1.5 Canny

SD 1.5 ControlNet model to replicate the composion of a source image using edge-detection.
lllyasviel /

ControlNet SD 1.5 IP2P

SD 1.5 ControlNet trained with pixel-to-pixel instruction.
lllyasviel /

ControlNet SD 1.5 Depth

SD 1.5 ControlNet model to replicate the depth of a source image.
lllyasviel /

ControlNet SD 1.5 MLSD

SD 1.5 ControlNet model to detect straight-lines, useful for architecture and man-made objects.
lllyasviel /

ControlNet SD 1.5 Normal

SD 1.5 ControlNet model to replicate the depth of a source image, with additional surface details and geometry.
lllyasviel /

ControlNet SD 1.5 Open Pose

SD 1.5 ControlNet model for copying human poses.
lllyasviel /

ControlNet SD 1.5 Scribble

SD 1.5 ControlNet model for converting sketches to images.
lllyasviel /

ControlNet SD 1.5 Segmentation

SD 1.5 ControlNet model for detecting and segmenting distinct parts of images to use in the generation.
lllyasviel /

ControlNet SD 1.5 Soft Edge

SD 1.5 ControlNet model to detect soft-edges, especially useful for recoloring and stylizing.
lllyasviel /

ControlNet SD 1.5 Inpaint

SD 1.5 ControlNet model trained with image inpainting.
lllyasviel /

ControlNet SD 1.5 Line Art

SD 1.5 ControlNet model trained with line art generation.
lllyasviel /

ControlNet SD 1.5 Lineart Anime

SD 1.5 ControlNet model trained with anime line art generation.
lllyasviel /

ControlNet SD 1.5 Shuffle

SD 1.5 ControlNet model trained with image shuffling.
tencent /

ControlNet 1.5 IP Adapter

SD 1.5 ControlNet model for conditioning on an image prompt.
tencent /

ControlNet 1.5 QR Code

SD 1.5 ControlNet model for generating stylized QR codes.