Instructions to use TopAI-1/Pixel-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TopAI-1/Pixel-1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TopAI-1/Pixel-1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- art
|
| 11 |
---
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
# Pixel-1: From-Scratch Text-to-Image Generator 🎨
|
| 15 |
|
|
|
|
| 10 |
- art
|
| 11 |
---
|
| 12 |
|
| 13 |
+

|
| 14 |
|
| 15 |
# Pixel-1: From-Scratch Text-to-Image Generator 🎨
|
| 16 |
|