This is the same controlnet as the promax version of https://huggingface.co/xinsir/controlnet-union-sdxl-1.0 but with the correct naming of the files so it can be used directly.
How to use:
import torch
from diffusers import ControlNetUnionModel
controlnet_model = ControlNetUnionModel.from_pretrained(
"OzzyGT/controlnet-union-promax-sdxl-1.0",
torch_dtype=torch.float16,
variant="fp16",
)
- Downloads last month
- 13
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model’s pipeline type.