from diffusers import ControlNetModel
import torch
controlnet = ControlNetModel.from_pretrained(
"r3gm/controlnet-noobai-openpose-sdxl-fp16",
torch_dtype=torch.float16,
variant="fp16"
)
- Downloads last month
- 18
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support diffusers models with pipeline type image-feature-extraction