Edit model card

Origin model

from diffusers import ControlNetModel
import torch

controlnet = ControlNetModel.from_pretrained(
    "r3gm/controlnet-openpose-twins-sdxl-1.0-fp16",
    torch_dtype=torch.float16,
    variant="fp16"
)
Downloads last month
317
Inference API (serverless) does not yet support diffusers models for this pipeline type.