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
- 33
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 model has no pipeline_tag.