Upload 2 files

#3
by OzzyGT HF staff - opened

diffusers compatible checkpoint and config to be able to load it like this:

controlnet = ControlNetModel.from_pretrained(
    "TheMistoAI/MistoLine",
    torch_dtype=torch.float16,
    variant="fp16",
)
StrugglerXYH changed pull request status to merged

Sign up or log in to comment