Spaces:
Runtime error
Runtime error
Create new file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
scipy
|
4 |
+
ftfy
|
5 |
+
#git+https://github.com/huggingface/diffusers
|
6 |
+
-e git+https://github.com/Narsil/diffusers.git@5ad7ed8d3eb2216b8f8c45d3d1fca929882441be#egg=diffusers
|
7 |
+
nvidia-ml-py3
|
8 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
9 |
+
python-dotenv
|