This is just a renamed copy of the original controlnet https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic (V2) that works out of the box with diffusers in fp16 mode.
controlnet = ControlNetModel.from_pretrained(
"Yakonrus/SDXL_Controlnet_Tile_Realistic_v2", torch_dtype=torch.float16, variant="fp16"
)
- Downloads last month
- 23
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support diffusers models with pipeline type image-feature-extraction