Update managers/ltx_manager.py
Browse files- managers/ltx_manager.py +2 -2
managers/ltx_manager.py
CHANGED
|
@@ -19,8 +19,8 @@ import time
|
|
| 19 |
import threading
|
| 20 |
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 managers.ltx_pipeline_utils 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
|
|
|
|
| 19 |
import threading
|
| 20 |
from typing import Optional, List, Tuple, Union
|
| 21 |
|
| 22 |
+
from tools.optimization import optimize_ltx_worker, can_optimize_fp8
|
| 23 |
+
from tools.hardware_manager import hardware_manager
|
| 24 |
from managers.ltx_pipeline_utils 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
|