WAN2.1-VACE / requirements.txt
oKen38461's picture
app.pyで画像のアップロード処理を一時ディレクトリに保存するように変更し、動画生成と画像生成の機能を改善しました。また、download_models.shにリポジトリのクローン処理を追加し、requirements.txtに新しい依存関係を追加しました。wan_runner.pyでは、エラーハンドリングを強化し、Wan2.1とVACEのインストール確認機能を追加しました。
24d2e2b
raw
history blame
523 Bytes
# 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