axolotron commited on
Commit
0f0ed8c
1 Parent(s): bdfe816

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -24
README.md CHANGED
@@ -3,33 +3,41 @@ license: creativeml-openrail-m
3
  tags:
4
  - text-to-image
5
  - stable-diffusion
6
- ---
7
- ### Ice_cream_animals Dreambooth model trained by axolotron with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
 
 
 
 
8
 
9
 
10
- Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
 
 
11
 
12
- Sample pictures of this concept:
13
 
14
 
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
- ![0](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpnijfm61w.png)
25
- ![1](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpjitwzmys.png)
26
- ![2](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpbbqipc46.png)
27
- ![3](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpuh_astj5.png)
28
- ![4](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp5u6oo1j1.png)
29
- ![5](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpdgxfsle_.png)
30
- ![6](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpowhy01r_.png)
31
- ![7](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp07iw9qf1.png)
32
- ![8](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp3q0ru2k_.png)
33
- ![9](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpon6crc5e.png)
34
- ![10](https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpxt87y5n7.png)
 
 
35
 
 
3
  tags:
4
  - text-to-image
5
  - stable-diffusion
6
+ - pytorch
7
+ - diffusers
8
+ - dreambooth-hackathon
9
+ - food
10
+ widget:
11
+ - text: a butterfly ice cream, icenimal
12
 
13
 
14
+ ---
15
+ # Ice_cream_animals Dreambooth Model for Food trained on a custom dataset.
16
+ This is a Stable Diffusion model fine-tuned on the food concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a butterfly ice cream, icenimal**
17
 
18
+ This model was created as part of the DreamBooth Hackathon 🔥.
19
 
20
 
21
+ Samples:
22
+
23
+ A red dragon
24
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpnijfm61w.png">
25
+ A disney princess
26
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpjitwzmys.png">
27
+ A demogorgon
28
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpbbqipc46.png">
29
+ An elephant
30
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp5u6oo1j1.png">
31
+ A bee
32
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpdgxfsle_.png">
33
+ An axolotl
34
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpowhy01r_.png">
35
+ a cat
36
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp07iw9qf1.png">
37
+ Pokemon
38
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmp3q0ru2k_.png">
39
+ Donald Trump as ice cream
40
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpon6crc5e.png">
41
+ A butterfly
42
+ <img width="200px" height="200px" src="https://huggingface.co/axolotron/ice-cream-animals/resolve/main/sample_images/tmpxt87y5n7.png">
43