Instructions to use justinpinkney/pokemon-stable-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use justinpinkney/pokemon-stable-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("justinpinkney/pokemon-stable-diffusion", 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 Settings
- Draw Things
- DiffusionBee
not supported by Inference API yet
#3
by julien-c HF Staff - opened
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 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/).__
|
|
|
|
| 8 |
- text-to-image
|
| 9 |
datasets:
|
| 10 |
- lambdalabs/pokemon-blip-captions
|
| 11 |
+
inference: false
|
| 12 |
---
|
| 13 |
|
| 14 |
__Stable Diffusion fine tuned on Pokémon by [Lambda Labs](https://lambdalabs.com/).__
|