eeuuia commited on
Commit
c0aad2d
·
verified ·
1 Parent(s): 25c8942

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +1 -0
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
  # ==============================================================================