eeuuia commited on
Commit
b3132f8
·
verified ·
1 Parent(s): 5ba240b

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +1 -1
api/ltx/ltx_aduc_pipeline.py CHANGED
@@ -180,7 +180,7 @@ class VideoService:
180
  # --- UNIDADES DE TRABALHO E HELPERS INTERNOS ---
181
  # ==========================================================================
182
 
183
- def _log_conditioning_items(self, items: List[ConditioningItem]):
184
  """
185
  Logs detailed information about a list of ConditioningItem objects.
186
  This is a dedicated debug helper function.
 
180
  # --- UNIDADES DE TRABALHO E HELPERS INTERNOS ---
181
  # ==========================================================================
182
 
183
+ def _log_conditioning_items(self, items: List[LatentConditioningItem]):
184
  """
185
  Logs detailed information about a list of ConditioningItem objects.
186
  This is a dedicated debug helper function.