Spaces:
Running
Running
File size: 524 Bytes
50ca5e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# Core dependencies numpy>=1.26.4 torch>=2.0.0 diffusers>=0.21.4 transformers>=4.30.0 einops>=0.7.0 open-clip-torch>=2.23.0 # UI and interface gradio>=3.50.2 # Model handling safetensors>=0.3.1 accelerate>=0.23.0 # Utilities psutil>=5.9.0 requests>=2.31.0 tqdm>=4.65.0 gdown>=4.7.1 # Type checking and validation typing-extensions>=4.8.0 pydantic>=2.0.0 # File handling and compression fsspec>=2023.0.0 filelock>=3.13.0 # Note: This app is hosted on Hugging Face Spaces, so ensure compatibility with their environment. |