Spaces:
Running
on
T4
Running
on
T4
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
3 |
accelerate
|
4 |
-
tensorflow
|
5 |
-
tensorflow_addons
|
6 |
ftfy
|
7 |
-
|
8 |
-
regex
|
9 |
-
git+https://github.com/fchollet/stable-diffusion-tensorflow
|
10 |
-
gradio
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
torchvision
|
4 |
+
git+https://github.com/huggingface/diffusers
|
5 |
+
transformers
|
6 |
accelerate
|
|
|
|
|
7 |
ftfy
|
8 |
+
modin[all]
|
|
|
|
|
|