eeuuia commited on
Commit
e448cfe
·
verified ·
1 Parent(s): ac7ea2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -43,9 +43,9 @@ print(json.dumps(config, indent=2))
43
  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
51
 
 
43
  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
51