dagloop5 commited on
Commit
c08d021
·
verified ·
1 Parent(s): a09ac3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "ae855f8538843825f9015a419cf4ba5edaf5eec2" # known working commit with decode_video
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}...")