eeuuia commited on
Commit
19c4121
·
verified ·
1 Parent(s): 073093f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
44
  torch_dtype = torch.bfloat16
45
 
46
  base_repo="Lightricks/LTX-Video"
47
- checkpoint_path="ltxv-13b-0.9.8-distilled.safetensors"
48
  upscaler_repo="Lightricks/ltxv-spatial-upscaler-0.9.7"
49
 
50
  FPS = 24
 
44
  torch_dtype = torch.bfloat16
45
 
46
  base_repo="Lightricks/LTX-Video"
47
+ checkpoint_path="ltxv-13b-0.9.8-dev-fp8.safetensors"
48
  upscaler_repo="Lightricks/ltxv-spatial-upscaler-0.9.7"
49
 
50
  FPS = 24