Spaces:
No application file
No application file
Update app.py
Browse files
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 |
|