Spaces:
Paused
Paused
| # Core dependencies | |
| torch>=2.0.0 | |
| torchvision | |
| numpy | |
| pandas | |
| # DiffSynth-Studio (install from GitHub) | |
| # diffsynth @ git+https://github.com/modelscope/[email protected] | |
| # this is disabled as for now we use a local fork packaged with the rest of our code | |
| # Video processing | |
| imageio | |
| imageio[ffmpeg] | |
| # Model dependencies | |
| transformers==4.46.2 | |
| safetensors | |
| einops | |
| sentencepiece | |
| protobuf | |
| # Gradio interface | |
| gradio>=5.37.0 | |
| # Additional dependencies for ReCamMaster | |
| cupy-cuda12x | |
| controlnet-aux==0.0.7 | |
| modelscope | |
| ftfy | |
| # Optional but recommended for better performance | |
| accelerate | |
| pillow | |
| # For downloading models | |
| huggingface_hub | |
| # for ZeroGPU | |
| spaces |