$\textbf{Lumina-T2X}$: Transforming Text into Any Modality, Resolution, and Duration via Flow-based Large Diffusion Transformers
February 16, 2025 ยท View on GitHub
๐ฐ News
- [2024-08-06] ๐๐๐ We have released Lumina-mGPT, the next-generation of generative models in our Lumina family! Lumina-mGPT is an autoregressive transformer capable of photorealistic image generation and other vision-language tasks, e.g., controllable generation, multi-turn dialog, depth/normal/segmentation map estimation.
- [2024-07-08] ๐๐๐ Lumina-Next is now supported in the diffusers! Thanks to @yiyixuxu and @sayakpaul! HF Model Repo.
- [2024-06-26] We have released the inference code for img2img translation using
Lumina-Next-T2I. CODE ComfyUI - [2024-06-21] ๐ฅฐ๐ฅฐ๐ฅฐ Lumina-Next has a jupyter nootbook for inference, thanks to canenduru! LINK
- [2024-06-21] We have uploaded the
Lumina-Next-SFTandLumina-Next-T2Ito wisemodel.cn. wisemodel repo - [2024-06-19] We have released the
Lumina-T2Audio(Text-to-Audio) code and model for music generation. MODEL - [2024-06-17] ๐๐๐ We have support both inference and training (including Dreambooth) of SD3, implemented in our Lumina framework! CODE
- [2024-06-17] ๐ฅฐ๐ฅฐ๐ฅฐ Lumina-Next supports ComfyUI now, thanks to Kijai! LINK
- [2024-06-08] ๐๐๐ We have released the
Lumina-Next-SFTmodel, demonstrating better visual quality! MODEL - [2024-06-07] We have released the
Lumina-T2Music(Text-to-Music) code and model for music generation. MODEL DEMO - [2024-06-03] We have released the
Compositional Generationversion ofLumina-Next-T2I, which enables compositional generation with multiple captions for different regions. model. DEMO - [2024-05-29] We updated the new
Lumina-Next-T2ICode and HF Model. Supporting 2K Resolution image generation and Time-aware Scaled RoPE. - [2024-05-25] We released training scripts for Flag-DiT and Next-DiT, and we have reported the comparison results between Next-DiT and Flag-DiT. Comparsion Results
- [2024-05-21] Lumina-Next-T2I supports a higher-order solver. It can generate images in just 10 steps without any distillation. Try our demos DEMO.
- [2024-05-18] We released training scripts for Lumina-T2I 5B. README
- [2024-05-16] โโโ We have converted the
.pthweights to.safetensorsweights. Please pull the latest code and usedemo.pyfor inference. - [2024-05-14] Lumina-Next now supports simple text-to-music generation (examples), high-resolution (1024*4096) Panorama generation conditioned on text (examples), and 3D point cloud generation conditioned on labels (examples).
- [2024-05-13] We give examples demonstrating Lumina-T2X's capability to support multilingual prompts, and even support prompts containing emojis.
- [2024-05-12] We excitedly released our
Lumina-Next-T2Imodel (checkpoint) which uses a 2B Next-DiT model as the backbone and Gemma-2B as the text encoder. Try it out at demo1 & demo2 & demo3. Please refer to the paper Lumina-Next for more details. - [2024-05-10] We released the technical report on arXiv.
- [2024-05-09] We released
Lumina-T2A(Text-to-Audio) Demos. Examples - [2024-04-29] We released the 5B model checkpoint and demo built upon it for text-to-image generation.
- [2024-04-25] Support 720P video generation with arbitrary aspect ratio. Examples
- [2024-04-19] Demo examples released.
- [2024-04-05] Code released for
Lumina-T2I. - [2024-04-01] We release the initial version of
Lumina-T2Ifor text-to-image generation.
๐ Quick Start
Warning
Since we are updating the code frequently, please pull the latest code:
git pull origin main
Fast Demo
We have supported Lumina-Next in the diffusers.
Note
You should install the development version of diffusers (main branch) before diffusers releasing the new version.
pip install git+https://github.com/huggingface/diffusers
and you can try the code below:
from diffusers import LuminaText2ImgPipeline
import torch
pipeline = LuminaText2ImgPipeline.from_pretrained(
"/mnt/hdd1/xiejunlin/checkpoints/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16
).to("cuda")
image = pipeline(prompt="Upper body of a young woman in a Victorian-era outfit with brass goggles and leather straps. Background shows an industrial revolution ciyscape with smoky skies and tall, metal structures", height=1024, width=768).images[0]
For more details about training and inference of Lumina framework, please refer to Lumina-T2I, Lumina-Next-T2I, and Lumina-Next-T2I-Mini. We highly recommend you to use the Lumina-Next-T2I-Mini for training and inference, which is an extremely simplified version of Lumina-Next-T2I with full functionalities.
GUI Demo
In order to quickly get you guys using our model, we built different versions of the GUI demo site.
Lumina-Next-T2I model demo:
Image Generation: [node1] [node2] [node3]
Image Compositional Generation: [node1]
Music Generation: [node1]
Installation
Using Lumina-T2X as a library, using installation command on your environment:
pip install git+https://github.com/Alpha-VLLM/Lumina-T2X
Development
If you want to contribute to the code, you should run command below to install pre-commit library:
git clone https://github.com/Alpha-VLLM/Lumina-T2X
cd Lumina-T2X
pip install -e ".[dev]"
pre-commit install
pre-commit
๐ Open-source Plan
- Lumina-Text2Image (Demosโ , Trainingโ , Inferenceโ , Checkpointsโ , Diffusersโ )
- Lumina-Text2Video (Demosโ )
- Lumina-Text2Music (Demosโ , Inferenceโ , Checkpointsโ )
- Lumina-Text2Audio (Demosโ , Inferenceโ , Checkpointsโ )
๐ Index of Content
- : Transforming Text into Any Modality, Resolution, and Duration via Flow-based Large Diffusion Transformers
Introduction
We introduce the family, a series of text-conditioned Diffusion Transformers (DiT) capable of transforming textual descriptions into vivid images, dynamic videos, detailed multi-view 3D images, and synthesized speech. At the core of Lumina-T2X lies the Flow-based Large Diffusion Transformer (Flag-DiT)โa robust engine that supports up to 7 billion parameters and extends sequence lengths to 128,000 tokens. Drawing inspiration from Sora, Lumina-T2X integrates images, videos, multi-views of 3D objects, and speech spectrograms within a spatial-temporal latent token space, and can generate outputs at any resolution, aspect ratio, and duration.
๐ Features:
- Flow-based Large Diffusion Transformer (Flag-DiT): Lumina-T2X adopts the flow matching formulation and is equipped with many advanced techniques, such as RoPE, RMSNorm, and KQ-norm, demonstrating faster training convergence, stable training dynamics, and a simplified pipeline.
- Any Modalities, Resolution, and Duration within One Framework:
- can encode any modality, including mages, videos, multi-views of 3D objects, and spectrograms into a unified 1-D token sequence at any resolution, aspect ratio, and temporal duration.
- By introducing the
[nextline]and[nextframe]tokens, our model can support resolution extrapolation, i.e., generating images/videos with out-of-domain resolutions not encountered during training, such as images from 768x768 to 1792x1792 pixels.
- Low Training Resources: Our empirical observations indicate that employing larger models, high-resolution images, and longer-duration video clips can significantly accelerate the convergence speed of diffusion transformers. Moreover, by employing meticulously curated text-image and text-video pairs featuring high aesthetic quality frames and detailed captions, our model is learned to generate high-resolution images and coherent videos with minimal computational demands. Remarkably, the default Lumina-T2I configuration, equipped with a 5B Flag-DiT and a 7B LLaMA as the text encoder, requires only 35% of the computational resources compared to Pixelart-.
๐ฝ๏ธ Demo Examples
Demos of Lumina-Next-SFT
Demos of Visual Anagrams
Demos of Lumina-T2I
Panorama Generation
Text-to-Video Generation
720P Videos:
Prompt: The majestic beauty of a waterfall cascading down a cliff into a serene lake.
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/17187de8-7a07-49a8-92f9-fdb8e2f5e64c
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/0a20bb39-f6f7-430f-aaa0-7193a71b256a
Prompt: A stylish woman walks down a Tokyo street filled with warm glowing neon and animated city signage. She wears a black leather jacket, a long red dress, and black boots, and carries a black purse. She wears sunglasses and red lipstick. She walks confidently and casually. The street is damp and reflective, creating a mirror effect of the colorful lights. Many pedestrians walk about.
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/7bf9ce7e-f454-4430-babe-b14264e0f194
360P Videos:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/d7fec32c-3655-4fd1-aa14-c0cb3ace3845
Text-to-3D Generation
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/cd061b8d-c47b-4c0c-b775-2cbaf8014be9
Point Cloud Generation
Text-to-Audio Generation
Note
Attention: Mouse over the playbar and click the audio button on the playbar to unmute it.
Prompt: Semiautomatic gunfire occurs with slight echo
Generated Audio:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/25f2a6a8-0386-41e8-ab10-d1303554b944
Groundtruth:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/6722a68a-1a5a-4a44-ba9c-405372dc27ef
Prompt: A telephone bell rings
Generated Audio:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/7467dd6d-b163-4436-ac5b-36662d1f9ddf
Groundtruth:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/703ea405-6eb4-4161-b5ff-51a93f81d013
Prompt: An engine running followed by the engine revving and tires screeching
Generated Audio:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/5d9dd431-b8b4-41a0-9e78-bb0a234a30b9
Groundtruth:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/9ca4af9e-cee3-4596-b826-d6c25761c3c1
Prompt: Birds chirping with insects buzzing and outdoor ambiance
Generated Audio:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/b776aacb-783b-4f47-bf74-89671a17d38d
Groundtruth:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/54879512/a11333e4-695e-4a8c-8ea1-ee5b83e34682
Text-to-music Generation
Note
Attention: Mouse over the playbar and click the audio button on the playbar to unmute it. For more details check out this
Prompt: An electrifying ska tune with prominent saxophone riffs, energetic e-guitar and acoustic drums, lively percussion, soulful keys, groovy e-bass, and a fast tempo that exudes uplifting energy.
Generated Music:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/86041420/fef8f6b9-1e77-457e-bf4b-fb0cccefa0ec
Prompt: A high-energy synth rock/pop song with fast-paced acoustic drums, a triumphant brass/string section, and a thrilling synth lead sound that creates an adventurous atmosphere.
Generated Music:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/86041420/1f796046-64ab-44ed-a4d8-0ebc0cfc484f
Prompt: An uptempo electronic pop song that incorporates digital drums, digital bass and synthpad sounds.
Generated Music:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/86041420/4768415e-436a-4d0e-af53-bf7882cb94cd
Prompt: A medium-tempo digital keyboard song with a jazzy backing track featuring digital drums, piano, e-bass, trumpet, and acoustic guitar.
Generated Music:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/86041420/8994a573-e776-488b-a86c-4398a4362398
Prompt: This low-quality folk song features groovy wooden percussion, bass, piano, and flute melodies, as well as sustained strings and shimmering shakers that create a passionate, happy, and joyful atmosphere.
Generated Music:
https://github.com/Alpha-VLLM/Lumina-T2X/assets/86041420/e0b5d197-589c-47d6-954b-b9c1d54feebb
Multilingual Generation
We present three multilingual capabilities of Lumina-Next-2B.
Generating Images conditioned on Chinese poems:
Generating Images with multilingual prompts:
Generating Images with emojis:
โ๏ธ Diverse Configurations
We support diverse configurations, including text encoders, DiTs of different parameter sizes, inference methods, and VAE encoders.AAdditionally, we offer features such as 1D-RoPE, image enhancement, and more.
Contributors
Core member for code developlement and maintence:
Dongyang Liu, Le Zhuo, Junlin Xie, Ruoyi Du, Peng Gao
๐ Citation
@article{gao2024lumina-next,
title={Lumina-Next: Making Lumina-T2X Stronger and Faster with Next-DiT},
author={Zhuo, Le and Du, Ruoyi and Han, Xiao and Li, Yangguang and Liu, Dongyang and Huang, Rongjie and Liu, Wenze and others},
journal={arXiv preprint arXiv:2406.18583},
year={2024}
}
@article{gao2024lumin-t2x,
title={Lumina-T2X: Transforming Text into Any Modality, Resolution, and Duration via Flow-based Large Diffusion Transformers},
author={Gao, Peng and Zhuo, Le and Liu, Chris and and Du, Ruoyi and Luo, Xu and Qiu, Longtian and Zhang, Yuhang and others},
journal={arXiv preprint arXiv:2405.05945},
year={2024}
}