Update managers/ltx_manager.py
Browse files- managers/ltx_manager.py +1 -2
managers/ltx_manager.py
CHANGED
|
@@ -21,8 +21,7 @@ from typing import Optional, List, Tuple, Union
|
|
| 21 |
|
| 22 |
from optimization import optimize_ltx_worker, can_optimize_fp8
|
| 23 |
from hardware_manager import hardware_manager
|
| 24 |
-
from
|
| 25 |
-
# We need these types for our patch
|
| 26 |
from ltx_video.pipelines.pipeline_ltx_video import LTXVideoPipeline, ConditioningItem, LatentConditioningItem
|
| 27 |
from ltx_video.models.autoencoders.vae_encode import vae_encode, latent_to_pixel_coords
|
| 28 |
from ltx_video.pipelines.pipeline_ltx_video import LTXMultiScalePipeline
|
|
|
|
| 21 |
|
| 22 |
from optimization import optimize_ltx_worker, can_optimize_fp8
|
| 23 |
from hardware_manager import hardware_manager
|
| 24 |
+
from managers.ltx_pipeline_utils.py import create_ltx_video_pipeline, calculate_padding
|
|
|
|
| 25 |
from ltx_video.pipelines.pipeline_ltx_video import LTXVideoPipeline, ConditioningItem, LatentConditioningItem
|
| 26 |
from ltx_video.models.autoencoders.vae_encode import vae_encode, latent_to_pixel_coords
|
| 27 |
from ltx_video.pipelines.pipeline_ltx_video import LTXMultiScalePipeline
|