Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
git+https://github.com/huggingface/diffusers.git
|
4 |
+
transformers
|
5 |
+
accelerate
|
6 |
+
ftfy
|
7 |
+
numpy
|
8 |
+
matplotlib
|
9 |
+
uuid
|
10 |
+
opencv-python
|