Spaces:
Running
on
Zero
Running
on
Zero
wanghaofan
commited on
Commit
•
12b954a
1
Parent(s):
b6eb534
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,17 +1,15 @@
|
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
torch
|
3 |
torchvision
|
4 |
-
transformers==4.
|
5 |
-
accelerate
|
6 |
-
safetensors
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
spaces
|
10 |
omegaconf
|
11 |
-
peft
|
12 |
huggingface-hub
|
13 |
opencv-python
|
14 |
-
insightface
|
15 |
gradio
|
16 |
-
|
17 |
-
sentencepiece
|
|
|
|
1 |
+
accelerate
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
torch
|
4 |
torchvision
|
5 |
+
transformers==4.44.0
|
|
|
|
|
6 |
einops
|
7 |
onnxruntime-gpu
|
8 |
spaces
|
9 |
omegaconf
|
|
|
10 |
huggingface-hub
|
11 |
opencv-python
|
|
|
12 |
gradio
|
13 |
+
xformers
|
14 |
+
sentencepiece
|
15 |
+
peft
|