Wan2.1/wan.egg-info/requires.txt
ncue20250421 37729d25cc Add initial package structure and dependencies for WAN
- Created SOURCES.txt to list all source files in the package.
- Added dependency_links.txt with placeholder for future dependencies.
- Defined required packages in requires.txt, including torch, torchvision, and others.
- Specified top-level package name in top_level.txt.
2025-05-18 20:56:09 +08:00

25 lines
286 B
Plaintext

torch>=2.4.0
torchvision>=0.19.0
opencv-python>=4.9.0.80
diffusers>=0.31.0
transformers>=4.49.0
tokenizers>=0.20.3
accelerate>=1.1.1
tqdm
imageio
easydict
ftfy
dashscope
imageio-ffmpeg
flash_attn
gradio>=5.0.0
numpy<2,>=1.23.5
[dev]
pytest
black
flake8
isort
mypy
huggingface-hub[cli]