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