Update README.md
Browse files
README.md
CHANGED
@@ -15,17 +15,25 @@ inference: true
|
|
15 |
# DreamBooth - mfsuve/dreambooth-lamp-V2
|
16 |
|
17 |
This is a dreambooth model derived from runwayml/stable-diffusion-v1-5 and finetuned on the images of the lamp below.
|
18 |
-
|
19 |
![sample_train_image](./sample_train_image.jpg)
|
20 |
|
21 |
-
The weights were trained on the prompt _"a cc lamp"_ using [DreamBooth](https://dreambooth.github.io/).
|
|
|
|
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
| | |
|
26 |
|---|---|
|
27 |
|![img_0](./1694007423.718653.jpg)|![img_1](./1694007390.126265.jpg)|
|
28 |
|![img_2](./1694007455.007436.jpg)|![img_3](./1694007038.320951.jpg)|
|
29 |
|![img_4](./1694007283.859916.jpg)|![img_5](./1694007078.126773.jpg)|
|
30 |
-
|
31 |
-
DreamBooth for the text encoder was enabled.
|
|
|
15 |
# DreamBooth - mfsuve/dreambooth-lamp-V2
|
16 |
|
17 |
This is a dreambooth model derived from runwayml/stable-diffusion-v1-5 and finetuned on the images of the lamp below.
|
|
|
18 |
![sample_train_image](./sample_train_image.jpg)
|
19 |
|
20 |
+
The weights and the text encoder were trained on the prompt _"a cc lamp"_ using [DreamBooth](https://dreambooth.github.io/).
|
21 |
+
|
22 |
+
You can find some example images below generated with the following prompts:
|
23 |
|
24 |
+
<table style="width: 450pt">
|
25 |
+
<tr>
|
26 |
+
<th><b>Prompt</b></th>
|
27 |
+
<td>sketch drawing of a cc lamp, black and white, hand drawn, pencil art</td>
|
28 |
+
</tr>
|
29 |
+
<tr>
|
30 |
+
<th><b>Negative Prompt</b></th>
|
31 |
+
<td>duplicate realistic</td>
|
32 |
+
</tr>
|
33 |
+
</table>
|
34 |
|
35 |
| | |
|
36 |
|---|---|
|
37 |
|![img_0](./1694007423.718653.jpg)|![img_1](./1694007390.126265.jpg)|
|
38 |
|![img_2](./1694007455.007436.jpg)|![img_3](./1694007038.320951.jpg)|
|
39 |
|![img_4](./1694007283.859916.jpg)|![img_5](./1694007078.126773.jpg)|
|
|
|
|