Fannovel16 / ComfyUI-MotionDiff

Implementation of MDM, MotionDiffuse and ReMoDiffuse into ComfyUI
MIT License
174 stars 14 forks source link

tuple index out of range #29

Closed WAS-PlaiLabs closed 5 months ago

WAS-PlaiLabs commented 5 months ago

The workflow I'm using seems to work fine except for Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects node right before the output.

Error occurred when executing Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects:

tuple index out of range

  File "/ComfyUI/execution.py", line 151, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/ComfyUI/execution.py", line 81, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/ComfyUI/execution.py", line 74, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/ComfyUI/custom_nodes/ComfyUI-MotionDiff/nodes/smpl_nodes.py", line 343, in render
    render_openpose = smpl_multi_subjects[2].get("render_openpose", None)
                      ~~~~~~~~~~~~~~~~~~~^^^

image