OzzyGT HF staff commited on
Commit
6081997
1 Parent(s): d522715

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
4
+ tags:
5
+ - stable-diffusion-xl
6
+ - stable-diffusion-xl-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - controlnet
10
+ inference: false
11
+ ---
12
+
13
+ # SDXL-controlnet: OpenPose (v2)
14
+
15
+ Original model: https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0
16
+
17
+ Converted to half precision for saving space and download time
18
+
19
+ Made to be used with [Image Artisan XL](https://github.com/ZCode-opensource/image-artisan-xl).
20
+