OzzyGT's picture
OzzyGT HF staff
Update README.md
f0cb529 verified
metadata
license: apache-2.0

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",
)