Edit model card

To use it

from diffusers import ControlNetModel
import torch


model = ControlNetModel.from_pretrained(
    "ValouF-pimento/ControlNet_SDXL_tile_upscale",
    torch_dtype=torch.float16,
    use_safetensors=True,
    variant="fp16",
)
Downloads last month
466
Unable to determine this model’s pipeline type. Check the docs .