eeuuia commited on
Commit
d27849f
·
verified ·
1 Parent(s): 89c5a7b

Update api/ltx/ltx_aduc_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_manager.py +1 -1
api/ltx/ltx_aduc_manager.py CHANGED
@@ -45,7 +45,7 @@ logging.basicConfig(level=logging.DEBUG)
45
  logger.setLevel(logging.DEBUG)
46
 
47
 
48
- from api.ltx.vae_aduc_pipeline import ConditioningItem, LatentConditioningItem
49
 
50
  # ==============================================================================
51
  # --- O MONKEY PATCH DIRECIONADO E SIMPLES ---
 
45
  logger.setLevel(logging.DEBUG)
46
 
47
 
48
+ from ltx_video.pipelines.pipeline_ltx_video import ConditioningItem
49
 
50
  # ==============================================================================
51
  # --- O MONKEY PATCH DIRECIONADO E SIMPLES ---