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
File size: 122 Bytes
ec3947c | 1 2 3 4 5 6 7 8 9 | {
"cache_implementation": "hybrid",
"eos_token_id": [
1,
106
],
"transformers_version": "5.9.0"
}
|