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
Commit ·
3f6af22
1
Parent(s): 3ae0ee5
Upload epoch=000142.ckpt with huggingface_hub
Browse files- .gitattributes +1 -0
- epoch=000142.ckpt +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
checkpoints filter=lfs diff=lfs merge=lfs -text
|
| 34 |
ema-only-epoch=000142.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
checkpoints filter=lfs diff=lfs merge=lfs -text
|
| 34 |
ema-only-epoch=000142.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
epoch=000142.ckpt filter=lfs diff=lfs merge=lfs -text
|
epoch=000142.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0de9e078d21679a31d3209f4eeff4a4b96ca967d16ac57c0fa22fe39185caeb5
|
| 3 |
+
size 14580604171
|