Update app.py
Browse files
app.py
CHANGED
|
@@ -367,7 +367,6 @@ print(f"Checkpoint: {checkpoint_path}")
|
|
| 367 |
# ---- Replace block (pipeline init) lines 275-281 ----
|
| 368 |
pipeline = LTX23DistilledA2VPipeline(
|
| 369 |
distilled_checkpoint_path=checkpoint_path,
|
| 370 |
-
spatial_upsampler_path=spatial_upsampler_path,
|
| 371 |
gemma_root=gemma_root,
|
| 372 |
loras=[],
|
| 373 |
quantization=QuantizationPolicy.fp8_cast(), # keep FP8 quantization unchanged
|
|
|
|
| 367 |
# ---- Replace block (pipeline init) lines 275-281 ----
|
| 368 |
pipeline = LTX23DistilledA2VPipeline(
|
| 369 |
distilled_checkpoint_path=checkpoint_path,
|
|
|
|
| 370 |
gemma_root=gemma_root,
|
| 371 |
loras=[],
|
| 372 |
quantization=QuantizationPolicy.fp8_cast(), # keep FP8 quantization unchanged
|