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
adding live demo badge
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ base_model:
|
|
| 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>
|
|
|
|
| 34 |
</p>
|
| 35 |
|
| 36 |
<p align="center">
|
|
|
|
| 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>
|
| 34 |
+
<a href="https://huggingface.co/spaces/Qualcomm-AI-Research/mobilewan-t2v"><img src="https://img.shields.io/badge/Live-Demo-yellow" alt="Live Demo" /></a>
|
| 35 |
</p>
|
| 36 |
|
| 37 |
<p align="center">
|