Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
git+https://github.com/huggingface/diffusers
|
|
|
|
| 1 |
+
gradio==4.26.0
|
| 2 |
+
torch==2.1.2+cpu
|
| 3 |
+
torchvision==0.16.2+cpu
|
| 4 |
+
torchaudio==2.1.2+cpu
|
| 5 |
+
transformers==4.36.2
|
| 6 |
+
diffusers==0.24.0
|
| 7 |
+
huggingface-hub==0.19.4
|
| 8 |
+
pillow==10.1.0
|
| 9 |
+
numpy==1.24.3
|
| 10 |
+
accelerate==0.24.1
|
| 11 |
+
omegaconf==2.3.0
|
|
|