Spaces:
Build error
Build error
| # Core ML and AI libraries | |
| torch>=2.0.0 | |
| torchvision | |
| diffusers>=0.21.0 | |
| transformers>=4.21.0 | |
| accelerate>=0.20.0 | |
| # Hugging Face Spaces GPU support | |
| spaces | |
| # LoRA and fine-tuning support | |
| peft>=0.4.0 | |
| loralib | |
| adapter-transformers | |
| # Image and Video processing | |
| Pillow>=9.0.0 | |
| opencv-python-headless | |
| imageio[ffmpeg] | |
| moviepy | |
| # Web interface | |
| gradio>=4.0.0 | |
| # Utils | |
| numpy<1.24.0 | |
| scipy | |
| matplotlib | |
| requests | |
| tqdm | |
| safetensors | |
| # Optional video processing | |
| imageio-ffmpeg | |
| # Memory optimization | |
| xformers; sys_platform != "darwin" | |
| bitsandbytes; sys_platform == "linux" | |
| # Additional utilities | |
| invisible_watermark | |
| compel | |
| ftfy | |
| regex | |
| # Enhanced model support | |
| omegaconf | |
| hydra-core |