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

ERROR #29

Open
realclone1 opened this issue Feb 20, 2024 · 2 comments
Open

ERROR #29

realclone1 opened this issue Feb 20, 2024 · 2 comments

Comments

@realclone1
Copy link

Error occurred when executing APersonMaskGenerator:

ImageSegmenterOptions.init() got an unexpected keyword argument 'output_category_mask'

File "E:\Blender_ComfyUI\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\Blender_ComfyUI\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 "E:\Blender_ComfyUI\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\Blender_ComfyUI\ComfyUI\custom_nodes\a-person-mask-generator\a_person_mask_generator_comfyui.py", line 103, in generate_mask
options = mp.tasks.vision.ImageSegmenterOptions(

I really don't know how to solve it

@djbielejeski
Copy link
Owner

Try the following

  1. Close ComfyUI

  2. Open CMD and activate your comfyUI virtual environment (for me this is executing venv\Scripts\activate.bat)
    image

  3. Navigate to custom_nodes\a-person-mask-generator and run pip install -r requirements.txt
    image

@Minebook
Copy link

Minebook commented Apr 5, 2024

asus tuf gaming f15
After launching the WEB UI with this script, the right speaker breaks and white noise instead of sound, after restarting the computer everything is fixed. What could be the problem?

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

3 participants