Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -67,6 +67,7 @@ from ltx_video.schedulers.rf import RectifiedFlowScheduler
|
|
| 67 |
from ltx_video.models.autoencoders.vae_encode import (normalize_latents, un_normalize_latents)
|
| 68 |
from ltx_video.pipelines.pipeline_ltx_video import (ConditioningItem, LTXMultiScalePipeline, adain_filter_latent)
|
| 69 |
from ltx_video.models.autoencoders.latent_upsampler import LatentUpsampler
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
# ==============================================================================
|
|
|
|
| 67 |
from ltx_video.models.autoencoders.vae_encode import (normalize_latents, un_normalize_latents)
|
| 68 |
from ltx_video.pipelines.pipeline_ltx_video import (ConditioningItem, LTXMultiScalePipeline, adain_filter_latent)
|
| 69 |
from ltx_video.models.autoencoders.latent_upsampler import LatentUpsampler
|
| 70 |
+
from ltx_video.utils.skip_layer_strategy import SkipLayerStrategy
|
| 71 |
|
| 72 |
|
| 73 |
# ==============================================================================
|