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, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "TopAIImageGenerator" | |
| ], | |
| "model_type": "topai_image_gen", | |
| "auto_map": { | |
| "AutoConfig": "configuration_pixel.TopAIImageConfig", | |
| "AutoModel": "modeling_pixel.TopAIImageGenerator" | |
| }, | |
| "input_dim": 768, | |
| "hidden_dim": 512, | |
| "image_channels": 3, | |
| "resolution": 128, | |
| "torch_dtype": "float32", | |
| "transformers_version": "5.2.0", | |
| "initializer_range": 0.02, | |
| "model_name": "Pixel-1" | |
| } | |