GeradeHouse commited on
Commit
3387840
·
verified ·
1 Parent(s): f30642a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,14 +1,28 @@
1
  ---
2
- title: Wan2.1 FLF2V
3
- emoji: 💻
4
- colorFrom: purple
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.26.0
8
  app_file: app.py
9
- pinned: false
10
  license: apache-2.0
11
  short_description: Wan 2.1 FLF2V – First + Last Frame → Video
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Wan 2.1 FLF2V – First + Last Frame → Video
3
+ emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: indigo
6
  sdk: gradio
 
7
  app_file: app.py
 
8
  license: apache-2.0
9
  short_description: Wan 2.1 FLF2V – First + Last Frame → Video
10
  ---
11
 
12
+ # Wan 2.1 First-Last-Frame-to-Video
13
+
14
+ Upload two keyframes, write a prompt, and Wan 2.1 (14 B, 720 p) will
15
+ hallucinate the in-between motion.
16
+
17
+ > **VRAM**
18
+ > * 1.3 B model = ~8 GB
19
+ > * 14 B model = ~24 GB (16 GB+ if CPU off-load is enabled)
20
+
21
+ ## Quick start
22
+
23
+ ```bash
24
+ git lfs install
25
+ git clone https://huggingface.co/spaces/GeradeHouse/Wan2.1-FLF2V
26
+ cd Wan2.1-FLF2V
27
+ pip install -r requirements.txt
28
+ python app.py