Instructions to use CodeDevX/AuroraImageGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodeDevX/AuroraImageGen with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("CodeDevX/AuroraImageGen") model = AutoModelForMultimodalLM.from_pretrained("CodeDevX/AuroraImageGen") - Notebooks
- Google Colab
- Kaggle
| { | |
| "cache_implementation": "hybrid", | |
| "eos_token_id": [ | |
| 1, | |
| 106 | |
| ], | |
| "transformers_version": "5.9.0" | |
| } | |