Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
--find-links https://download.pytorch.org/whl/cu121
|
| 3 |
+
torch
|
| 4 |
+
torchaudio
|
| 5 |
+
fairseq
|
| 6 |
+
sentencepiece
|
| 7 |
+
tokenizers
|
| 8 |
+
xformers
|
| 9 |
+
einops
|
| 10 |
+
pydub
|
| 11 |
+
unidecode
|
| 12 |
+
hydra-core
|
| 13 |
+
av
|
| 14 |
+
playdiffusion @ git+https://github.com/playht/PlayDiffusion.git
|