Unconditional Image Generation
Diffusers
diffusion
tiny
pokemon
U-Net
from_scratch
9m
pokepixels
pixels
diff
Instructions to use AxionLab-Co/PokePixels1-9M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AxionLab-Co/PokePixels1-9M with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AxionLab-Co/PokePixels1-9M", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,8 +25,11 @@ This project explores the lower limits of diffusion models:
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
-

|
|
|
|
|
|
|
| 30 |
|
| 31 |
## 🧠 Overview
|
| 32 |
|
|
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
+
Here are some "Fakemons" generated by the model: (64x64 Resolution)
|
| 29 |
|
| 30 |
+

|
| 31 |
+
|
| 32 |
+

|
| 33 |
|
| 34 |
## 🧠 Overview
|
| 35 |
|