Spaces:
Paused
Paused
Update api/ltx_server_refactored.py
Browse files
api/ltx_server_refactored.py
CHANGED
|
@@ -235,7 +235,7 @@ class VideoService:
|
|
| 235 |
conditioning_items.append(ConditioningItem(tensor, safe_frame, float(weight)))
|
| 236 |
return conditioning_items
|
| 237 |
|
| 238 |
-
def _prepare_condition_items_latent(self, items_list: List
|
| 239 |
if not items_list: return []
|
| 240 |
conditioning_items = []
|
| 241 |
for tensor_patch, frame, weight in items_list:
|
|
|
|
| 235 |
conditioning_items.append(ConditioningItem(tensor, safe_frame, float(weight)))
|
| 236 |
return conditioning_items
|
| 237 |
|
| 238 |
+
def _prepare_condition_items_latent(self, items_list: List):
|
| 239 |
if not items_list: return []
|
| 240 |
conditioning_items = []
|
| 241 |
for tensor_patch, frame, weight in items_list:
|