zeerakwyne
commited on
Commit
•
0fca8a4
1
Parent(s):
8ead916
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
# LoRA DreamBooth - zeerakwyne/SD-Dog-Test5
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
![img_1](./image_1.png)
|
21 |
-
![img_2](./image_2.png)
|
22 |
-
![img_3](./image_3.png)
|
23 |
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
|
|
|
26 |
|
|
|
1 |
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
instance_prompt: a photo of sks dog
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- lora
|
12 |
+
inference: true
|
13 |
+
---
|
|
|
|
|
14 |
|
15 |
+
# LoRA DreamBooth - zeerakwyne/SD-Dog-Test5
|
16 |
|
17 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
|
|
|
|
|
|
18 |
|
19 |
+
![img_0](./image_0.png)
|
20 |
+
![img_1](./image_1.png)
|
21 |
+
![img_2](./image_2.png)
|
22 |
+
![img_3](./image_3.png)
|
23 |
|
24 |
+
|
25 |
+
LoRA for the text encoder was enabled: False.
|
26 |
|