Spaces:
Running
Running
| # PyTorch - HuggingFace Spaces handles CUDA (Check for compatibility) | |
| --extra-index-url https://download.pytorch.org/whl/cu121 | |
| torch==2.5.1 | |
| torchvision==0.20.1 | |
| torchaudio==2.5.1 | |
| # Core ML Libraries | |
| xformers==0.0.28.post3 | |
| transformers>=4.49.0 | |
| tokenizers>=0.20.3 | |
| diffusers>=0.31.0 | |
| accelerate>=1.1.1 | |
| einops | |
| safetensors | |
| # Gradio (Make sure the version matches the version you need) | |
| gradio==4.44.1 # Adjust if necessary for compatibility | |
| # Video/Image Processing | |
| opencv-python-headless>=4.9.0.80 | |
| moviepy==1.0.3 | |
| imageio | |
| imageio-ffmpeg | |
| scikit-image | |
| decord | |
| scenedetect | |
| pillow | |
| # Audio Processing | |
| librosa | |
| soundfile | |
| pyloudnorm | |
| # Utilities | |
| tqdm | |
| numpy>=1.23.5,<2 | |
| easydict | |
| ftfy | |
| loguru | |
| optimum-quanto==0.2.6 # Remove if not necessary | |
| xfuser>=0.4.1 | |
| huggingface_hub | |