OmniMamba
[ECCV 2026] OmniMamba: Efficient and Unified Multimodal Understanding and Generation via State Space Models
File Explorer
Download Latest Version (.zip)- arch.png
- teaser.png
- training_strategy.png
- vis.png
- config_stage1_mmu.yaml
- config_stage1_t2i.yaml
- config_stage2.yaml
- cd_demo.py
- README.md
- reconstruction_cd_ddp.py
- vq_model.cpython-310.pyc
- vgg.pth
- discriminator.py
- discriminator_patchgan.py
- discriminator_stylegan.py
- lpips.py
- reconstruction_vq_ddp.py
- vq_demo.py
- vq_loss.py
- vq_model.py
- vq_model_hf.py
- vq_train.py
- README.md
- reconstruction_vae_ddp.py
- sd_vae_demo.py
- val_ddp.py
- vqgan_imagenet_f16_1024.yaml
- vqgan_imagenet_f16_16384.yaml
- vqgan_openimage_f8_16384.yaml
- vqgan_openimage_f8_256.yaml
- layer.py
- model.py
- quantize.py
- README.md
- reconstruction_vqgan_ddp.py
- taming_vqgan_demo.py
- cat_dog.png
- cat_dog2.jpg
- dog_bicycle.jpg
- sheep.jpg
- __init__.cpython-310.pyc
- base_prompter.cpython-310.pyc
- mamba_prompter.cpython-310.pyc
- zephyr_prompter.cpython-310.pyc
- __init__.py
- base_prompter.py
- mamba_prompter.py
- zephyr_prompter.py
- __init__.py
- base_vision.py
- clip_vit.py
- dinoclip_vit.py
- dinosiglip_vit.py
- dinov2_vit.py
- in1k_vit.py
- siglip_vit.py
- __init__.py
- __init__.py
- base_vlm.py
- cobra.py
- __init__.py
- data_utils.py
- materialize.py
- nn_utils.py
- overwatch.py
- prompting_utils.py
- registry.py
- vq_model.cpython-310.pyc
- vq_model.py
- block.cpython-310.pyc
- config_mamba.cpython-310.pyc
- generation.cpython-310.pyc
- lora.cpython-310.pyc
- lora_config.cpython-310.pyc
- mixer_seq_simple.cpython-310.pyc
- block.py
- config_mamba.py
- generation.py
- lora.py
- lora_config.py
- mixer_seq_simple.py
- mamba_vlm.py
- omnimamba.py
- inference_mmu.py
- inference_t2i.py
- __init__.py
- coco_dataset.py
- conversation.py
- data.py
- helper.py
- llava_instruct_data.py
- LICENSE
- README.md
- requirements.txt
- train_stage2.py
- trainer.py
# Installation Guide
1. Get the code
git clone https://github.com/hustvl/OmniMamba
Downloads the entire project code from GitHub to your computer.
cd OmniMamba
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
Installs the package published on PyPI directly β no need to clone the source.
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
