Eueuiaa commited on
Commit
d8ff10a
·
verified ·
1 Parent(s): 5967c90

Update api/ltx_server_refactored.py

Browse files
Files changed (1) hide show
  1. api/ltx_server_refactored.py +1 -1
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, height: int, width: int, num_frames: int):
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: