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