Instructions to use Alpha-VLLM/Lumina-Next-T2I with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alpha-VLLM/Lumina-Next-T2I with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Alpha-VLLM/Lumina-Next-T2I", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Can you add an fp8 or int4 quantization loader?
1
#3 opened about 2 years ago
by
win10