Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -4
requirements.txt
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
diffusers==0.17.0
|
3 |
-
|
4 |
-
|
5 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Streamlit for running the app
|
2 |
+
streamlit==1.21.0
|
3 |
+
|
4 |
+
# Diffusers for Stable Diffusion functionality
|
5 |
diffusers==0.17.0
|
6 |
+
|
7 |
+
# Hugging Face Hub for interacting with models
|
8 |
+
huggingface_hub==0.15.1
|
9 |
+
|
10 |
+
# PyTorch (make sure you choose the appropriate version for CPU usage)
|
11 |
+
torch==1.13.1
|
12 |
+
|
13 |
+
# Pillow for image processing
|
14 |
+
Pillow==9.1.1
|