linoyts HF Staff commited on
Commit
24cf4d1
·
verified ·
1 Parent(s): b4fa358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -713,7 +713,7 @@ pipeline = LTX23UnifiedPipeline(
713
  distilled_checkpoint_path=checkpoint_path,
714
  spatial_upsampler_path=spatial_upsampler_path,
715
  gemma_root=gemma_root,
716
- ic_loras=ic_loras,
717
  quantization=QuantizationPolicy.fp8_cast(),
718
  )
719
 
 
713
  distilled_checkpoint_path=checkpoint_path,
714
  spatial_upsampler_path=spatial_upsampler_path,
715
  gemma_root=gemma_root,
716
+ # ic_loras=ic_loras,
717
  quantization=QuantizationPolicy.fp8_cast(),
718
  )
719