Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -280,7 +280,7 @@ def create_ltx_video_pipeline(
|
|
280 |
# Get the absolute paths for the model components
|
281 |
current_dir = Path.cwd()
|
282 |
|
283 |
-
ckpt_path = "./
|
284 |
|
285 |
# Get allowed inference steps from config if available
|
286 |
allowed_inference_steps = None
|
|
|
280 |
# Get the absolute paths for the model components
|
281 |
current_dir = Path.cwd()
|
282 |
|
283 |
+
ckpt_path = "./ltxv-2b-0.9.6-distilled-04-25.safetensors"
|
284 |
|
285 |
# Get allowed inference steps from config if available
|
286 |
allowed_inference_steps = None
|