tsungtao commited on
Commit
a19781f
1 Parent(s): d16b1ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -16,10 +16,13 @@ inference: true
16
 
17
  These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images in the following.
18
 
19
- parameters: with --from_pt and --revision="non-ema"
20
-
21
  prompt: a living room with a dining table and chairs
22
  ![images_0)](./images_0.png)
23
  prompt: a living room with couches and a tv
24
  ![images_1)](./images_1.png)
25
 
 
 
 
 
 
 
16
 
17
  These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images in the following.
18
 
 
 
19
  prompt: a living room with a dining table and chairs
20
  ![images_0)](./images_0.png)
21
  prompt: a living room with couches and a tv
22
  ![images_1)](./images_1.png)
23
 
24
+ training datasets: https://huggingface.co/datasets/tsungtao/diffusers-testing
25
+
26
+ SD model base on: runwayml/stable-diffusion-v1-5
27
+
28
+ ----------------------------------------------------------------------------------