File size: 523 Bytes
24d2e2b
725a76b
 
67c8832
725a76b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24d2e2b
 
 
 
 
 
 
 
 
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
# Core dependencies
torch==2.5.1
torchvision==0.20.1
gradio==5.34.2
fastapi>=0.111
uvicorn>=0.30
huggingface-hub>=0.22
numpy>=1.24.0
opencv-python>=4.8.0
Pillow>=10.0.0
tqdm>=4.65.0
transformers>=4.30.0
accelerate>=0.20.0
safetensors>=0.3.1
einops>=0.7.0
omegaconf>=2.3.0
imageio>=2.31.0
imageio-ffmpeg>=0.4.8

# Additional dependencies for Wan2.1 and VACE
diffusers>=0.31.0
tokenizers>=0.20.3
easydict
ftfy
dashscope

# Note: flash_attn is optional and requires CUDA compilation
# It will be installed separately if needed