Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -46,7 +46,7 @@ try:
|
|
| 46 |
from api.ltx.vae_aduc_pipeline import vae_ltx_aduc_pipeline
|
| 47 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 48 |
from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu, seed_everything
|
| 49 |
-
from api.ltx.
|
| 50 |
from utils.debug_utils import log_function_io
|
| 51 |
except ImportError as e:
|
| 52 |
logging.critical(f"A crucial import from the local API/architecture failed. Error: {e}", exc_info=True)
|
|
|
|
| 46 |
from api.ltx.vae_aduc_pipeline import vae_ltx_aduc_pipeline
|
| 47 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 48 |
from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu, seed_everything
|
| 49 |
+
from api.ltx.ltx_aduc_manager import LatentConditioningItem
|
| 50 |
from utils.debug_utils import log_function_io
|
| 51 |
except ImportError as e:
|
| 52 |
logging.critical(f"A crucial import from the local API/architecture failed. Error: {e}", exc_info=True)
|