Spaces:
Runtime error
Runtime error
LobsterQQQ
commited on
Commit
•
bc0242a
1
Parent(s):
5eb2c4f
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
diffusers
|
4 |
+
transformers
|
5 |
+
scipy
|
6 |
+
ftfy
|
7 |
+
datasets
|
8 |
+
accelerate
|