Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -52,7 +52,7 @@ logger.setLevel(logging.DEBUG)
|
|
| 52 |
@log_function_io
|
| 53 |
def _aduc_prepare_conditioning_patch(
|
| 54 |
self: "LTXVideoPipeline",
|
| 55 |
-
conditioning_items: Optional[List[Union[
|
| 56 |
init_latents: torch.Tensor,
|
| 57 |
num_frames: int,
|
| 58 |
height: int,
|
|
|
|
| 52 |
@log_function_io
|
| 53 |
def _aduc_prepare_conditioning_patch(
|
| 54 |
self: "LTXVideoPipeline",
|
| 55 |
+
conditioning_items: Optional[List[Union[ConditioningItem, LatentConditioningItem]]],
|
| 56 |
init_latents: torch.Tensor,
|
| 57 |
num_frames: int,
|
| 58 |
height: int,
|