File size: 473 Bytes
9721d70
c68864c
 
 
 
 
 
9721d70
 
c68864c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
library_name: diffusers
pipeline_tag: image-feature-extraction
tags:
- Controlnet
- Tile
- stable diffustion
license: openrail
---

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.

```py
controlnet = ControlNetModel.from_pretrained(
    "Yakonrus/SDXL_Controlnet_Tile_Realistic_v2", torch_dtype=torch.float16, variant="fp16"
)
```