Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新后报错 #19

Open
nightwhite opened this issue Oct 3, 2024 · 0 comments
Open

更新后报错 #19

nightwhite opened this issue Oct 3, 2024 · 0 comments

Comments

@nightwhite
Copy link

Prompt executed in 0.04 seconds
got prompt
Failed to validate prompt for output 22:

  • (prompt):
    • Exception when validating node: tuple index out of range
  • PreviewImage 22:
    • Exception when validating node: tuple index out of range
      Output will be ignored
      !!! Exception during processing !!! not enough values to unpack (expected 4, got 3)
      Traceback (most recent call last):
      File "/root/ComfyUI/execution.py", line 323, in execute
      output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
      File "/root/ComfyUI/execution.py", line 198, in get_output_data
      return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
      File "/root/ComfyUI/execution.py", line 169, in _map_node_over_list
      process_inputs(input_dict, i)
      File "/root/ComfyUI/execution.py", line 158, in process_inputs
      results.append(getattr(obj, func)(**inputs))
      File "/root/ComfyUI/custom_nodes/HivisionIDPhotos-ComfyUI/init.py", line 430, in gen_img
      result = creator(input_image, size=size,
      File "/root/ComfyUI/custom_nodes/HivisionIDPhotos-ComfyUI/hivision/creator/init.py", line 121, in call
      self.beauty_handler(ctx)
      File "/root/ComfyUI/custom_nodes/HivisionIDPhotos-ComfyUI/hivision/plugin/beauty/handler.py", line 46, in beauty_face
      _, _, _, alpha = cv2.split(ctx.matting_image)
      ValueError: not enough values to unpack (expected 4, got 3)

Prompt executed in 0.04 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant