Spaces:
Runtime error
Runtime error
Use CUDA-compiled torch
#1
by
osanseviero
- opened
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
|
|
|
|
1 |
diffusers
|
2 |
transformers
|
3 |
-
torch
|
4 |
scipy
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
diffusers
|
4 |
transformers
|
|
|
5 |
scipy
|