justinpinkney
commited on
Commit
•
7b66cc7
1
Parent(s):
07c4e3a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: "https://s3.amazonaws.com/moonup/production/uploads/1663756797814-62bd5f951e22ec84279820e8.png"
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
datasets:
|
10 |
+
- lambdalabs/pokemon-blip-captions
|
11 |
+
---
|
12 |
+
|
13 |
+
__Stable Diffusion fine tuned on Pokémon by [Lambda Labs](https://lambdalabs.com/).__
|
14 |
+
|
15 |
+
Put in a text prompt and generate your own Pokémon character, no "prompt engineering" required!
|
16 |
+
|
17 |
+
If you want to find out how to train your own Stable Diffusion variants, see this [example](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning) from Lambda Labs.
|
18 |
+
|
19 |
+
|
20 |
+
![image.png](https://s3.amazonaws.com/moonup/production/uploads/1663756797814-62bd5f951e22ec84279820e8.png)
|
21 |
+
|
22 |
+
> Girl with a pearl earring, Cute Obama creature, Donald Trump, Boris Johnson, Totoro, Hello Kitty
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
Trained on [BLIP captioned Pokémon images](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions) using 2xA6000 GPUs on [Lambda GPU Cloud](https://lambdalabs.com/service/gpu-cloud) for around 15,000 step (about 6 hours, at a cost of about $10).
|
27 |
+
|
28 |
+
## Links
|
29 |
+
|
30 |
+
- [Lambda Diffusers](https://github.com/LambdaLabsML/lambda-diffusers)
|
31 |
+
- [Captioned Pokémon dataset](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions)
|
32 |
+
- [Model weights in Diffusers format](https://huggingface.co/lambdalabs/sd-pokemon-diffusers)
|
33 |
+
- [Original model weights](https://huggingface.co/justinpinkney/pokemon-stable-diffusion)
|
34 |
+
- [Training code](https://github.com/justinpinkney/stable-diffusion)
|
35 |
+
|
36 |
+
Trained by [Justin Pinkney](justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda Labs](https://lambdalabs.com/).
|