Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Commit
•
4b4ce39
1
Parent(s):
0fca383
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.25.0
|
2 |
+
torch==2.1.0
|
3 |
+
torchvision==0.16.0
|
4 |
+
transformers==4.43.3
|
5 |
+
opencv-python
|
6 |
+
einops
|
7 |
+
ftfy
|
8 |
+
basicsr
|
9 |
+
facexlib
|
10 |
+
insightface
|
11 |
+
onnx==1.13.1
|
12 |
+
onnxruntime-gpu
|
13 |
+
onnxruntime==1.14.1
|
14 |
+
accelerate
|
15 |
+
huggingface-hub
|
16 |
+
timm
|
17 |
+
SentencePiece
|
18 |
+
fire
|
19 |
+
safetensors
|
20 |
+
numpy==1.24.1
|