Spaces:
Runtime error
Runtime error
fix runtime error
#98
by
genevera
- opened
- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,17 +1,15 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
diffusers==0.14.0
|
| 5 |
#git+https://github.com/huggingface/diffusers.git
|
| 6 |
-
transformers
|
| 7 |
#git+https://github.com/huggingface/transformers
|
| 8 |
scipy
|
| 9 |
ftfy
|
| 10 |
psutil
|
| 11 |
-
accelerate
|
| 12 |
#OmegaConf
|
| 13 |
#pytorch_lightning
|
| 14 |
#triton==2.0.0.dev20220701
|
| 15 |
triton
|
| 16 |
-
|
| 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 |
+
torch --pre
|
| 2 |
+
torchvision --pre
|
| 3 |
+
diffusers
|
|
|
|
| 4 |
#git+https://github.com/huggingface/diffusers.git
|
| 5 |
+
transformers
|
| 6 |
#git+https://github.com/huggingface/transformers
|
| 7 |
scipy
|
| 8 |
ftfy
|
| 9 |
psutil
|
| 10 |
+
accelerate
|
| 11 |
#OmegaConf
|
| 12 |
#pytorch_lightning
|
| 13 |
#triton==2.0.0.dev20220701
|
| 14 |
triton
|
| 15 |
+
xformers --pre
|
|
|