Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
diffsynth
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
peft
|
| 7 |
+
opencv-python
|
| 8 |
+
av
|
| 9 |
+
einops
|
| 10 |
+
huggingface-hub
|