Spaces:
Paused
Paused
File size: 654 Bytes
2258ae0 3387840 2258ae0 232cd04 2258ae0 3387840 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Wan 2.1 FLF2V – First + Last Frame → Video
emoji: 🚀
colorFrom: indigo
colorTo: indigo
sdk: gradio
app_file: app.py
license: apache-2.0
short_description: Wan 2.1 FLF2V – First + Last Frame → Video
sdk_version: 5.26.0
---
# Wan 2.1 First-Last-Frame-to-Video
Upload two keyframes, write a prompt, and Wan 2.1 (14 B, 720 p) will
hallucinate the in-between motion.
> **VRAM**
> * 1.3 B model = ~8 GB
> * 14 B model = ~24 GB (16 GB+ if CPU off-load is enabled)
## Quick start
```bash
git lfs install
git clone https://huggingface.co/spaces/GeradeHouse/Wan2.1-FLF2V
cd Wan2.1-FLF2V
pip install -r requirements.txt
python app.py |