Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
|
2 |
torch
|
3 |
-
diffusers
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
diffusers==0.4.1
|
4 |
+
huggingface-hub==0.10.0
|
5 |
+
nvidia-ml-py3
|
6 |
+
transformers==4.22.2
|
7 |
+
ftfy
|
8 |
+
scipy
|