Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,6 +61,7 @@ from ltx_core.model.upsampler import upsample_video
|
|
| 61 |
from ltx_core.model.video_vae import TilingConfig, get_video_chunks_number, decode_video as vae_decode_video
|
| 62 |
from ltx_core.quantization import QuantizationPolicy
|
| 63 |
from ltx_core.types import Audio, AudioLatentShape, VideoPixelShape
|
|
|
|
| 64 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 65 |
from ltx_pipelines.utils import (
|
| 66 |
res2s_audio_video_denoising_loop,
|
|
|
|
| 61 |
from ltx_core.model.video_vae import TilingConfig, get_video_chunks_number, decode_video as vae_decode_video
|
| 62 |
from ltx_core.quantization import QuantizationPolicy
|
| 63 |
from ltx_core.types import Audio, AudioLatentShape, VideoPixelShape
|
| 64 |
+
from ltx_core.tools import VideoLatentShape
|
| 65 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 66 |
from ltx_pipelines.utils import (
|
| 67 |
res2s_audio_video_denoising_loop,
|