Image-to-Video
Diffusers
Safetensors
MOVA
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-360p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OpenMOSS-Team/MOVA-360p with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OpenMOSS-Team/MOVA-360p", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Update README.md (#2)
Browse files- Update README.md (d41c2a68d29850e4e37b81ddc8aecf8ccb4a7073)
Co-authored-by: Xiangyu Peng <pxyy@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -42,8 +42,6 @@ We evaluate our model through both objective benchmarks and subjective human eva
|
|
| 42 |
<p>
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/64817b8550b759c75d5d1eeb/
|
| 46 |
<p>
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
|
|
|
| 42 |
<p>
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64817b8550b759c75d5d1eeb/AD0Wrn8BYByysuTk80g2E.png" width="1000"/>
|
| 46 |
<p>
|
| 47 |
|
|
|
|
|
|