| # Core dependencies |
| gradio>=4.0.0 |
| spaces |
|
|
| # PyTorch (ZeroGPU에서 제공) |
| torch>=2.0.0 |
| torchvision |
| torchaudio |
|
|
| # Hugging Face |
| transformers>=4.35.0 |
| diffusers>=0.25.0 |
| accelerate |
| safetensors |
| huggingface_hub |
| sentencepiece |
|
|
| # SteadyDancer / Wan 2.1 dependencies |
| easydict |
| einops |
| ftfy |
| regex |
| tqdm |
| pyyaml |
| omegaconf |
|
|
| # Pose detection |
| controlnet_aux>=0.0.7 |
|
|
| # Image/Video processing |
| opencv-python |
| opencv-python-headless |
| Pillow>=9.0.0 |
| numpy |
| scipy |
|
|
| # Video export |
| imageio |
| imageio-ffmpeg |
| moviepy |
| decord |
|
|
| # Git for cloning repo |
| GitPython |
|
|
| # xfuser (optional, for distributed inference) |
| # xfuser |
|
|
| # Flash attention (prebuilt wheel for ZeroGPU) |
| # Uncomment if needed: |
| # https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu124torch2.5-cp310-cp310-linux_x86_64.whl |