Spaces:
Runtime error
Runtime error
Commit
·
6c87bd4
1
Parent(s):
98c1dce
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|
4 |
diffusers
|
@@ -13,5 +14,6 @@ accelerate==0.12.0
|
|
13 |
#pytorch_lightning
|
14 |
#triton==2.0.0.dev20221202
|
15 |
triton
|
|
|
16 |
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
17 |
https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
numpy
|
3 |
torch
|
4 |
torchvision==0.13.1+cu113
|
5 |
diffusers
|
|
|
14 |
#pytorch_lightning
|
15 |
#triton==2.0.0.dev20221202
|
16 |
triton
|
17 |
+
xformers
|
18 |
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
19 |
https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
|