Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/linoytsaban/LTX-2.git#subdirectory=packages/ltx-core
|
| 2 |
+
git+https://github.com/linoytsaban/LTX-2.git#subdirectory=packages/ltx-pipelines
|
| 3 |
+
einops
|
| 4 |
+
numpy
|
| 5 |
+
torchaudio
|
| 6 |
+
transformers==4.57.6
|
| 7 |
+
safetensors
|
| 8 |
+
accelerate
|
| 9 |
+
flashpack==0.1.2
|
| 10 |
+
scikit-image>=0.25.2
|
| 11 |
+
av
|
| 12 |
+
tqdm
|
| 13 |
+
pillow
|
| 14 |
+
scipy>=1.14
|