Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
accelerate
|
| 2 |
-
safetensors
|
| 3 |
-
einops
|
| 4 |
onnxruntime-gpu
|
| 5 |
omegaconf
|
| 6 |
peft
|
| 7 |
-
opencv-python
|
| 8 |
-
insightface
|
| 9 |
diffusers==0.23.0
|
| 10 |
torch==2.0.0
|
| 11 |
torchvision==0.15.1
|
|
|
|
| 1 |
+
accelerate==0.32.1
|
| 2 |
+
safetensors==0.4.0
|
| 3 |
+
einops==0.7.0
|
| 4 |
onnxruntime-gpu
|
| 5 |
omegaconf
|
| 6 |
peft
|
| 7 |
+
opencv-python==4.8.1.78
|
| 8 |
+
insightface==0.7.3
|
| 9 |
diffusers==0.23.0
|
| 10 |
torch==2.0.0
|
| 11 |
torchvision==0.15.1
|