Spaces:
Runtime error
Runtime error
Alexander McKinney
commited on
Commit
·
759b55b
1
Parent(s):
20ddfe8
adds xformers requirement
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
build==0.6.0
|
2 |
-
diffusers
|
3 |
ftfy==6.1.1
|
4 |
gradio==3.9.1
|
5 |
timm==0.6.11
|
6 |
-
transformers
|
7 |
-
accelerate
|
8 |
|
9 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
10 |
-
torch
|
|
|
|
|
|
|
|
1 |
build==0.6.0
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
ftfy==6.1.1
|
4 |
gradio==3.9.1
|
5 |
timm==0.6.11
|
6 |
+
transformers
|
7 |
+
accelerate
|
8 |
|
9 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
10 |
+
torch
|
11 |
+
|
12 |
+
ninja
|
13 |
+
git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|