How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoProcessor, AutoModelForSeq2SeqLM

processor = AutoProcessor.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768")
model = AutoModelForSeq2SeqLM.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768")
Quick Links

Lumina-mGPT is a family of multimodal autoregressive models capable of various vision and language tasks, particularly excelling in generating flexible photorealistic images from text descriptions.

Lumina-mGPT

image/png

Usage

We provide the implementation of Lumina-mGPT, as well as sampling code, in our github repository.

Downloads last month
932
Safetensors
Model size
7B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using Alpha-VLLM/Lumina-mGPT-7B-768 2

Collection including Alpha-VLLM/Lumina-mGPT-7B-768

Paper for Alpha-VLLM/Lumina-mGPT-7B-768