Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,28 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
|
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
-
More information needed
|
16 |
|
17 |
-
##
|
|
|
|
|
|
|
18 |
|
19 |
### Training hyperparameters
|
20 |
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
license: apache-2.0
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
tags:
|
6 |
+
- keras-dreambooth
|
7 |
---
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
+
This model is a fine-tuned Stable Diffusion modeled, using the Dreambooth technique.
|
12 |
+
It was trained on 43 screenshots of the game Return To Monkey Island, scraped from the Internet. You can find the full set here: [Return To Monkey Island Screenshots](https://huggingface.co/datasets/keras-dreambooth/marvin_paranoid_android)
|
13 |
|
14 |
+
It was created by [johko](https://huggingface.co/johko) for the [keras-dreambooth](https://huggingface.co/keras-dreambooth) sprint.
|
15 |
|
16 |
+
## Training procedure
|
17 |
|
18 |
+
This model was trained using the keras implementation of dreambooth.
|
19 |
+
You can find the notebook to train these models and how to attend this sprint [here](https://github.com/huggingface/community-events/tree/main/keras-dreambooth-sprint).
|
20 |
|
|
|
21 |
|
22 |
+
## Example Outputs
|
23 |
+
|
24 |
+
![Geralt of Rivia in Monkey Island Style](marvin_anime.png)
|
25 |
+
|
26 |
|
27 |
### Training hyperparameters
|
28 |
|