Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ from ltx_core.model.video_vae import TilingConfig, get_video_chunks_number, deco
|
|
| 59 |
from ltx_core.quantization import QuantizationPolicy
|
| 60 |
from ltx_core.types import Audio, AudioLatentShape, VideoPixelShape
|
| 61 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 62 |
-
from ltx_pipelines.utils import euler_denoising_loop
|
| 63 |
from ltx_pipelines.utils.args import ImageConditioningInput
|
| 64 |
from ltx_pipelines.utils.constants import DISTILLED_SIGMA_VALUES, STAGE_2_DISTILLED_SIGMA_VALUES
|
| 65 |
from ltx_pipelines.utils.helpers import (
|
|
|
|
| 59 |
from ltx_core.quantization import QuantizationPolicy
|
| 60 |
from ltx_core.types import Audio, AudioLatentShape, VideoPixelShape
|
| 61 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 62 |
+
from ltx_pipelines.utils import ModelLedger, euler_denoising_loop
|
| 63 |
from ltx_pipelines.utils.args import ImageConditioningInput
|
| 64 |
from ltx_pipelines.utils.constants import DISTILLED_SIGMA_VALUES, STAGE_2_DISTILLED_SIGMA_VALUES
|
| 65 |
from ltx_pipelines.utils.helpers import (
|