Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
diffusers==0.25.0
|
2 |
-
torch==2.0.0
|
3 |
-
torchvision==0.15.1
|
4 |
-
transformers==4.36.2
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
-
spaces==0.19.4
|
10 |
omegaconf
|
11 |
peft
|
12 |
opencv-python
|
13 |
insightface
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
safetensors
|
3 |
einops
|
4 |
onnxruntime-gpu
|
|
|
5 |
omegaconf
|
6 |
peft
|
7 |
opencv-python
|
8 |
insightface
|
9 |
+
diffusers==0.25.0
|
10 |
+
torch==2.0.0
|
11 |
+
torchvision==0.15.1
|
12 |
+
transformers==4.36.2
|
13 |
+
spaces==0.22.0
|
14 |
+
huggingface-hub==0.20.3
|