jbilcke-hf HF Staff commited on
Commit
584e1ae
·
verified ·
1 Parent(s): 70cf89f

Update handler.py

Browse files
Files changed (1) hide show
  1. 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 = "./txv-2b-0.9.6-distilled-04-25.safetensors"
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