Sander Land
commited on
Commit
•
12546ec
1
Parent(s):
b852105
Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,30 @@ tags:
|
|
9 |
- dreambooth-hackathon
|
10 |
- animal
|
11 |
widget:
|
12 |
-
- text: a photo of
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for the zzelda concept trained by Sanderbaduk on dataset of cats.
|
16 |
|
17 |
-
This is a Stable Diffusion model fine-tuned on the zzelda concept with DreamBooth. It can be used by using the phrase 'zzelda cat' in a prompt
|
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 |
## Description
|
22 |
|
23 |
|
@@ -26,6 +41,7 @@ This is a Stable Diffusion model fine-tuned on images of my mum's cat Zelda for
|
|
26 |
To experiment a bit, I used a custom prompt for each image based on the file name.
|
27 |
This was trained on CPU after encountering issues with CUDA, taking around 2 hours on 32 cores.
|
28 |
|
|
|
29 |
|
30 |
## Usage
|
31 |
|
|
|
9 |
- dreambooth-hackathon
|
10 |
- animal
|
11 |
widget:
|
12 |
+
- text: a photo of a zzelda cat in space
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for the zzelda concept trained by Sanderbaduk on dataset of cats.
|
16 |
|
17 |
+
This is a Stable Diffusion model fine-tuned on the zzelda concept with DreamBooth. It can be used by using the phrase 'zzelda cat' in a prompt.
|
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 |
+
<table>
|
22 |
+
<th>
|
23 |
+
<td>One of the images used to fine-tune on<br>"a photo of zzelda cat on a chair"</td>
|
24 |
+
<td>One of the images generated by the model<br>"a photo of zzelda cat in space"</td>
|
25 |
+
</th>
|
26 |
+
<tr>
|
27 |
+
<td>
|
28 |
+
![](https://i.imgur.com/zFOzQtf.jpg)
|
29 |
+
</td>
|
30 |
+
<td>
|
31 |
+
![](https://i.imgur.com/12Nilhg.png)
|
32 |
+
</td>
|
33 |
+
</tr>
|
34 |
+
</table>
|
35 |
+
|
36 |
## Description
|
37 |
|
38 |
|
|
|
41 |
To experiment a bit, I used a custom prompt for each image based on the file name.
|
42 |
This was trained on CPU after encountering issues with CUDA, taking around 2 hours on 32 cores.
|
43 |
|
44 |
+
It generates some red cats, but
|
45 |
|
46 |
## Usage
|
47 |
|