Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
diffusers==0.22.1
|
2 |
transformers>=4.31.0
|
3 |
accelerate
|
@@ -6,4 +7,4 @@ gradio
|
|
6 |
insightface
|
7 |
onnxruntime
|
8 |
git+https://github.com/ironbar/IP-Adapter.git@add-cpu-support
|
9 |
-
huggingface_hub
|
|
|
1 |
+
|
2 |
diffusers==0.22.1
|
3 |
transformers>=4.31.0
|
4 |
accelerate
|
|
|
7 |
insightface
|
8 |
onnxruntime
|
9 |
git+https://github.com/ironbar/IP-Adapter.git@add-cpu-support
|
10 |
+
huggingface_hub==0.24.7
|