Text-to-Video
Diffusers
Safetensors
English
efficient
mobile video generation
dit
recurrent hybrid attention
Instructions to use Qualcomm-AI-Research/mobilewan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qualcomm-AI-Research/mobilewan with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qualcomm-AI-Research/mobilewan", 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
updating the projet page
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ base_model:
|
|
| 27 |
<img src="assets/showcase_video_banner.webp" alt="MobileWan showcase banner" width="100%" />
|
| 28 |
<br><br>
|
| 29 |
<p align="center">
|
| 30 |
-
<a href="https://qualcomm-ai-research.github.io/
|
| 31 |
<a href="https://arxiv.org/abs/2607.06173"><img src="https://img.shields.io/badge/arXiv-2607.06173-b31b1b.svg" alt="arXiv" /></a>
|
| 32 |
<a href="https://huggingface.co/Qualcomm-AI-Research/mobilewan"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" alt="Hugging Face Model" /></a>
|
| 33 |
<a href="https://github.com/qualcomm-ai-research/mobilewan"><img src="https://img.shields.io/badge/GitHub-Code-181717?logo=github&logoColor=white" alt="GitHub Code" /></a>
|
|
|
|
| 27 |
<img src="assets/showcase_video_banner.webp" alt="MobileWan showcase banner" width="100%" />
|
| 28 |
<br><br>
|
| 29 |
<p align="center">
|
| 30 |
+
<a href="https://qualcomm-ai-research.github.io/MobileWan"><img src="https://img.shields.io/badge/Project-Page-Green" alt="Project Page" /></a>
|
| 31 |
<a href="https://arxiv.org/abs/2607.06173"><img src="https://img.shields.io/badge/arXiv-2607.06173-b31b1b.svg" alt="arXiv" /></a>
|
| 32 |
<a href="https://huggingface.co/Qualcomm-AI-Research/mobilewan"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" alt="Hugging Face Model" /></a>
|
| 33 |
<a href="https://github.com/qualcomm-ai-research/mobilewan"><img src="https://img.shields.io/badge/GitHub-Code-181717?logo=github&logoColor=white" alt="GitHub Code" /></a>
|