Spaces:
Paused
Paused
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 |