Spaces:
Runtime error
Runtime error
susunghong
commited on
Commit
•
18b4c1e
1
Parent(s):
4a7978f
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
numpy
|
5 |
+
transformers
|
6 |
+
accelerate
|
7 |
+
git+https://github.com/huggingface/diffusers
|