wan-api / requirements.txt
eggman-poff's picture
Update requirements.txt
f36d3b3 verified
raw
history blame contribute delete
659 Bytes
# Core dependencies
pydantic==2.10.6
# Gradio web/app interface (>=5.22.0 is good for Blocks and newer APIs)
gradio>=5.22.0
gradio-client>=1.8.0
# Machine learning libraries
torch>=2.7.1
diffusers==0.33.1
transformers[torch]>=4.29.0
accelerate>=0.19.0
# Hugging Face model hub
huggingface-hub==0.32.4
# Video/image processing
imageio>=2.37.0
imageio-ffmpeg>=0.5.0
# File format support
safetensors>=0.5.3
# Audio (for Python 3.13+)
audioop-lts; python_version >= "3.13"
# WAN (WanImageToVideoPipeline) extra
# If your code uses torchvision (for cropping etc):
torchvision>=0.16.0
# PIL is usually bundled with Gradio, but if you get PIL errors:
Pillow