Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
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[
|
| 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.
|