Instructions to use aarondotwork/sd-pokemon-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aarondotwork/sd-pokemon-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aarondotwork/sd-pokemon-diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
31efe05
1
Parent(s): feb5127
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ 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!
|
|
|
|
| 10 |
- lambdalabs/pokemon-blip-captions
|
| 11 |
---
|
| 12 |
|
| 13 |
+
**This copy of the Lambda Labs model only adds the fp16 branch for compatibility with the Stable Cabal GRPC server**
|
| 14 |
+
|
| 15 |
__Stable Diffusion fine tuned on Pokémon by [Lambda Labs](https://lambdalabs.com/).__
|
| 16 |
|
| 17 |
Put in a text prompt and generate your own Pokémon character, no "prompt engineering" required!
|