Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 47 |
-
checkpoint_path
|
| 48 |
-
upscaler_repo
|
| 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 |
|