Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
accelerate==0.27.2
|
2 |
-
diffusers
|
|
|
3 |
invisible_watermark==0.2.0
|
4 |
torch==2.2.0
|
5 |
transformers==4.42.4
|
@@ -10,4 +11,4 @@ einops
|
|
10 |
scipy
|
11 |
insightface
|
12 |
opencv-python
|
13 |
-
onnxruntime-gpu
|
|
|
1 |
accelerate==0.27.2
|
2 |
+
diffusers
|
3 |
+
huggingface_hub
|
4 |
invisible_watermark==0.2.0
|
5 |
torch==2.2.0
|
6 |
transformers==4.42.4
|
|
|
11 |
scipy
|
12 |
insightface
|
13 |
opencv-python
|
14 |
+
onnxruntime-gpu
|