Spaces:
Running
Running
# Core libraries | |
torch>=2.0.0 # PyTorch, required for machine learning models | |
diffusers>=0.22.0 # Hugging Face library for image/video pipelines | |
transformers>=4.25.0 # For text-to-image or text-related functionalities | |
# Image and video processing | |
Pillow>=9.0.0 # For image loading and manipulation | |
imageio[ffmpeg]>=2.31.0 # For video creation and exporting | |
# Optimizations | |
torchvision>=0.15.0 # For image-related utilities | |
accelerate>=0.20.0 # For optimization on multi-GPU setups | |
xformers>=0.0.21 # Optional but highly recommended for performance boost | |
# Other utilities | |
numpy>=1.23.0 # For array operations | |
streamlit>=1.25.0 | |