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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
---
|
| 2 |
library_name: MOVA
|
| 3 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
## MOVA: Towards Scalable and Synchronized Video–Audio Generation
|
|
|
|
| 1 |
---
|
| 2 |
library_name: MOVA
|
| 3 |
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- image-to-video
|
| 6 |
+
- image-text-to-video
|
| 7 |
+
- image-to-audio-video
|
| 8 |
+
- image-text-to-audio-video
|
| 9 |
+
- MOVA
|
| 10 |
+
- OpenMOSS
|
| 11 |
+
- SII
|
| 12 |
+
- MOSI
|
| 13 |
---
|
| 14 |
|
| 15 |
## MOVA: Towards Scalable and Synchronized Video–Audio Generation
|