Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
|
2 |
-
diffusers
|
3 |
-
huggingface_hub
|
4 |
-
invisible_watermark
|
5 |
-
torch
|
6 |
-
transformers
|
7 |
-
sentencepiece
|
8 |
torchvision
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
12 |
insightface
|
13 |
-
opencv-python
|
14 |
onnxruntime-gpu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torchvision
|
3 |
+
torchaudio
|
4 |
+
transformers>=4.44.2
|
5 |
+
diffusers>=0.30.0
|
6 |
+
accelerate
|
7 |
+
spaces
|
8 |
insightface
|
|
|
9 |
onnxruntime-gpu
|
10 |
+
opencv-python
|
11 |
+
gradio
|
12 |
+
numpy
|
13 |
+
Pillow
|
14 |
+
huggingface_hub
|
15 |
+
safetensors
|