Origin model

from diffusers import ControlNetModel
import torch

controlnet = ControlNetModel.from_pretrained(
    "r3gm/control_v1p_sdxl_qrcode_monster_fp16",
    torch_dtype=torch.float16,
    variant="fp16"
)
Downloads last month
7
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.

Spaces using r3gm/control_v1p_sdxl_qrcode_monster_fp16 7