Spaces:
Running
on
Zero
Running
on
Zero
wanghaofan
commited on
Commit
•
d11a495
1
Parent(s):
aef9307
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
accelerate
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
transformers==4.
|
6 |
einops
|
7 |
onnxruntime-gpu
|
8 |
spaces
|
|
|
9 |
omegaconf
|
10 |
huggingface-hub
|
11 |
opencv-python
|
|
|
|
|
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
|