Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
diffusers==0.25.0
|
2 |
torch
|
3 |
torchvision
|
4 |
-
|
5 |
-
|
6 |
opencv-python
|
7 |
einops
|
8 |
ftfy
|
9 |
-
|
10 |
facexlib
|
11 |
insightface
|
12 |
onnxruntime-gpu
|
13 |
accelerate
|
14 |
spaces==0.19.4
|
15 |
-
huggingface-hub
|
16 |
timm
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
diffusers==0.31.0
|
4 |
+
transformers==4.45.2
|
5 |
opencv-python
|
6 |
einops
|
7 |
ftfy
|
8 |
+
basicsr
|
9 |
facexlib
|
10 |
insightface
|
11 |
onnxruntime-gpu
|
12 |
accelerate
|
13 |
spaces==0.19.4
|
14 |
+
huggingface-hub
|
15 |
timm
|