OzzyGT HF staff commited on
Commit
ba8abd9
1 Parent(s): 0eb7fa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -8,4 +8,10 @@ tags:
8
  license: openrail
9
  ---
10
 
11
- 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.
 
 
 
 
 
 
 
8
  license: openrail
9
  ---
10
 
11
+ 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.
12
+
13
+ ```py
14
+ controlnet = ControlNetModel.from_pretrained(
15
+ "OzzyGT/SDXL_Controlnet_Tile_Realistic", torch_dtype=torch.float16, variant="fp16"
16
+ )
17
+ ```