Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ subprocess.run([sys.executable, "-m", "pip", "install", "xformers==0.0.32.post2"
|
|
| 13 |
LTX_REPO_URL = "https://github.com/Lightricks/LTX-2.git"
|
| 14 |
LTX_REPO_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "LTX-2")
|
| 15 |
|
| 16 |
-
LTX_COMMIT = "
|
| 17 |
|
| 18 |
if not os.path.exists(LTX_REPO_DIR):
|
| 19 |
print(f"Cloning {LTX_REPO_URL}...")
|
|
|
|
| 13 |
LTX_REPO_URL = "https://github.com/Lightricks/LTX-2.git"
|
| 14 |
LTX_REPO_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "LTX-2")
|
| 15 |
|
| 16 |
+
LTX_COMMIT = "a2c3f24078eb918171967f74b6f66b756b29ee45" # known working commit with decode_video
|
| 17 |
|
| 18 |
if not os.path.exists(LTX_REPO_DIR):
|
| 19 |
print(f"Cloning {LTX_REPO_URL}...")
|