x2XcarleX2x commited on
Commit
80198c5
·
verified ·
1 Parent(s): e4b5b26

Update aduc_framework/managers/wan_manager.py

Browse files
aduc_framework/managers/wan_manager.py CHANGED
@@ -277,7 +277,7 @@ class WanManager:
277
  base_kwargs = {**call_kwargs, "causal_weight": float(final_causal_weight)}
278
  if processed_handler is not None:
279
  base_kwargs.update({
280
- "handler_image": processed_handler,
281
  "handler_weight": float(final_handler_weight),
282
  "handler_frame_index": corrected_handler_index,
283
  })
 
277
  base_kwargs = {**call_kwargs, "causal_weight": float(final_causal_weight)}
278
  if processed_handler is not None:
279
  base_kwargs.update({
280
+ "handler_img": processed_handler,
281
  "handler_weight": float(final_handler_weight),
282
  "handler_frame_index": corrected_handler_index,
283
  })