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
- 23
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support image-feature-extraction models for diffusers library.