This model works with both Canny and Scribble
from diffusers import ControlNetModel
import torch
controlnet = ControlNetModel.from_pretrained(
"r3gm/controlnet-canny-scribble-integrated-sdxl-v2-fp16",
torch_dtype=torch.float16,
variant="fp16"
)
- Downloads last month
- 78
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support