Sander Land
commited on
Commit
·
5f35af0
1
Parent(s):
177962c
Update README.md
Browse files
README.md
CHANGED
@@ -9,19 +9,36 @@ tags:
|
|
9 |
- dreambooth-hackathon
|
10 |
- science
|
11 |
widget:
|
12 |
-
- text:
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for for anatomical drawings
|
16 |
|
17 |
-
This is a Stable Diffusion model fine-tuned on the sbtstyle concept with DreamBooth. It can be used by modifying the `instance_prompt`: **an anatomical drawing
|
18 |
|
19 |
This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
|
20 |
|
21 |
-
##
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
## Usage
|
|
|
9 |
- dreambooth-hackathon
|
10 |
- science
|
11 |
widget:
|
12 |
+
- text: an anatomical drawing of a bicycle in the style of sbtstyle
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for for anatomical drawings
|
16 |
|
17 |
+
This is a Stable Diffusion model fine-tuned on the sbtstyle concept with DreamBooth. It can be used by modifying the `instance_prompt`: **an anatomical drawing in the style of sbtstyle**
|
18 |
|
19 |
This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
|
20 |
|
21 |
+
## Examples
|
22 |
+
|
23 |
+
<table>
|
24 |
+
<tr>
|
25 |
+
<td>One of the images used to fine-tune on<br>"an anatomical drawing in the style of sbtstyle"</td>
|
26 |
+
<td>One of the images generated by the model<br>" an anatomical drawing of a bicycle in the style of sbtstyle"</td>
|
27 |
+
<td>One of the images generated by the model<br>" an anatomical drawing of a horse in the style of sbtstyle"</td>
|
28 |
+
|
29 |
+
</tr>
|
30 |
+
<tr>
|
31 |
+
<td>
|
32 |
+
<img src="https://i.imgur.com/nALP2kQ.png" style="height:300px">
|
33 |
+
</td>
|
34 |
+
<td>
|
35 |
+
<img src="https://i.imgur.com/JGg2Zvs.png" style="height:300px">
|
36 |
+
</td>
|
37 |
+
<td>
|
38 |
+
<img src="https://i.imgur.com/cNpfXjI.png" style="height:300px">
|
39 |
+
</td>
|
40 |
+
</tr>
|
41 |
+
</table>
|
42 |
|
43 |
|
44 |
## Usage
|