Any-to-Any
Diffusers
Safetensors
MOVA
image-to-video
image-text-to-video
image-to-audio-video
image-text-to-audio-video
MOVA
OpenMOSS
SII
MOSI
sglang-diffusion
Instructions to use OpenMOSS-Team/MOVA-720p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OpenMOSS-Team/MOVA-720p with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OpenMOSS-Team/MOVA-720p", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "DualTowerConditionalBridge", | |
| "_diffusers_version": "0.36.0", | |
| "_name_or_path": "checkpoints/MOVA-720p/dual_tower_bridge", | |
| "apply_cross_rope": true, | |
| "apply_first_frame_bias_in_rope": false, | |
| "audio_fps": 50.0, | |
| "audio_hidden_dim": 1536, | |
| "audio_layers": 30, | |
| "head_dim": 128, | |
| "interaction_strategy": "full", | |
| "pooled_adaln": false, | |
| "trainable_condition_scale": false, | |
| "visual_hidden_dim": 5120, | |
| "visual_layers": 40 | |
| } | |