Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
diffusers==0.
|
2 |
-
transformers
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pillow
|
8 |
-
flask
|
9 |
-
gunicorn
|
|
|
1 |
+
diffusers==0.18.0 # The version of Hugging Face Diffusers library
|
2 |
+
transformers==4.30.2 # Transformers for pre-trained model handling
|
3 |
+
accelerate==0.19.0 # Accelerate for optimized pipeline execution
|
4 |
+
torch==2.0.1 # PyTorch for running models
|
5 |
+
gradio==3.35.2 # Gradio for the web interface
|
6 |
+
safetensors==0.3.1 # For loading models faster
|
|
|
|
|
|