Downloads · 30 days
15
2% of all-time downloads
OzzyGT/SDXL_Controlnet_Tile_Realistic
SDXL_Controlnet_Tile_Realistic is a image feature extraction model from OzzyGT. Use it for the image feature extraction task on the model card, and read the license before you ship it in a product. It is set up for diffusers. The card lists the license as openrail.
This is just a renamed copy of the original controlnet https://huggingface.co/TTPlanet/TTPLanetSDXLControlnetTileRealisticV1 that works out of the box with diffusers in fp16 mode.
Downloads · 30 days
15
2% of all-time downloads
All-time downloads
840
Public
Repo size
2.5 GB
Likes
3
Public
Click a slice to open those files.
.safetensors2.5 GB · 100%
From the Hugging Face model README
This is just a renamed copy of the original controlnet https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic_V1 that works out of the box with diffusers in fp16 mode.
controlnet = ControlNetModel.from_pretrained(
"OzzyGT/SDXL_Controlnet_Tile_Realistic", torch_dtype=torch.float16, variant="fp16"
)