Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
|
2 |
-
accelerate==0.25.0
|
3 |
-
spaces
|
4 |
-
transformers==4.37.2
|
5 |
-
safetensors
|
6 |
-
opencv-python
|
7 |
-
diffusers==0.23.0
|
8 |
-
gradio
|
9 |
-
-f https://download.pytorch.org/whl/cu118
|
10 |
-
torch==2.1.2
|
11 |
torchvision
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torchvision
|
3 |
+
pillow
|
4 |
+
numpy
|
5 |
+
typing
|
6 |
+
scikit-image
|
7 |
+
Diffusers==0.31
|
8 |
+
transformers>=4.39.1
|
9 |
+
accelerate
|