johko commited on
Commit
ffe3dea
1 Parent(s): 697f11c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,20 +1,25 @@
1
  ---
2
  library_name: keras
 
 
 
 
 
3
  ---
4
 
5
  ## Model description
6
 
7
- More information needed
 
 
8
 
9
- ## Intended uses & limitations
10
 
11
- More information needed
12
-
13
- ## Training and evaluation data
14
 
15
- More information needed
 
16
 
17
- ## Training procedure
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
+ - scifi
8
  ---
9
 
10
  ## Model description
11
 
12
+ This model is a fine-tuned Stable Diffusion modeled, using the Dreambooth technique.
13
+ It was trained on 15 images of Marvin the Paranoid Android, scraped from the Internet, as instance images and 205 robot images generated
14
+ by Stable Diffusion as class images. You can find the full set here: [Marvin the Paranoid Android](https://huggingface.co/datasets/keras-dreambooth/marvin_paranoid_android)
15
 
16
+ It was created by [johko](https://huggingface.co/johko) for the [keras-dreambooth](https://huggingface.co/keras-dreambooth) sprint.
17
 
18
+ ## Training procedure
 
 
19
 
20
+ This model was trained using the keras implementation of dreambooth.
21
+ 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).
22
 
 
23
 
24
  ### Training hyperparameters
25