Spaces:
Runtime error
Runtime error
Reuse the code from a working space (1/2)
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
diffusers
|
| 3 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
torch
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
|
|
|
| 2 |
transformers
|
| 3 |
+
accelerate
|
| 4 |
+
safetensors
|
| 5 |
+
opencv-python
|
| 6 |
+
uuid
|
| 7 |
torch
|