Docty commited on
Commit
a33a965
·
verified ·
1 Parent(s): b6dfd74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -11
README.md CHANGED
@@ -1,11 +1,28 @@
1
- ---
2
- license: mit
3
- library_name: diffusers
4
- tags:
5
- - stable-diffusion
6
- - stable-diffusion-diffusers
7
- - text-to-image
8
- - diffusers
9
- - controlnet
10
- - diffusers-training
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ inference: true
4
+ license: mit
5
+ library_name: diffusers
6
+ instance_prompt: a professional studio photograph of an attractive model wearing a teal top with lace detail
7
+ tags:
8
+ - stable-diffusion
9
+ - stable-diffusion-diffusers
10
+ - text-to-image
11
+ - diffusers
12
+ - controlnet
13
+ - diffusers-training
14
+ ---
15
+
16
+
17
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+
21
+ # ControlNet for cloth- Docty/cloth_controlnet
22
+
23
+ These are LoRA adaption weights for stable-diffusion-v1-5/stable-diffusion-v1-5. The weights were trained on a realistic photo of poiuyt pipes using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
24
+
25
+ ![img_0](./image_0.png)
26
+ ![img_1](./image_1.png)
27
+ ![img_2](./image_2.png)
28
+ ![img_3](./image_3.png)