banodoco / Steerable-Motion

A ComfyUI node for driving videos using batches of images.
Other
763 stars 41 forks source link

Error occurred when executing ADE_MultivalDynamic #40

Closed KumaPlayWithShader closed 4 months ago

KumaPlayWithShader commented 5 months ago

Error occurred when executing ADE_MultivalDynamic: only integer tensors of a single element can be converted to an index

File "D:\ComfyUI_Portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI_Portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\ComfyUI_Portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) File "D:\ComfyUI_Portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\nodes_multival.py", line 58, in create_multival mask_optional = mask_optional float_val

What is this?

peteromallet commented 4 months ago

I think you may need to update the Animatediff node - this looks like a bug that's been fixed