Spaces:
Runtime error
Runtime error
Added req
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
+
torch
|
3 |
+
numpy
|
4 |
+
torchvision
|
5 |
+
git+https://github.com/huggingface/diffusers
|
6 |
+
transformers
|
7 |
+
accelerate
|
8 |
+
ftfy
|
9 |
+
xformers
|
10 |
+
modin[all]
|
11 |
+
gradio
|