linoyts HF Staff commited on
Commit
fc8f41d
·
verified ·
1 Parent(s): 95a227e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ pipeline = LTX23UnifiedPipeline(
547
  distilled_checkpoint_path=checkpoint_path,
548
  spatial_upsampler_path=spatial_upsampler_path,
549
  gemma_root=gemma_root,
550
- ic_loras=ic_loras,
551
  quantization=QuantizationPolicy.fp8_cast(),
552
  )
553
 
 
547
  distilled_checkpoint_path=checkpoint_path,
548
  spatial_upsampler_path=spatial_upsampler_path,
549
  gemma_root=gemma_root,
550
+ # ic_loras=ic_loras,
551
  quantization=QuantizationPolicy.fp8_cast(),
552
  )
553