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 occurred when executing APersonMaskGenerato #28

Closed
lkmgwgj opened this issue Feb 19, 2024 · 2 comments
Closed

Error occurred when executing APersonMaskGenerato #28

lkmgwgj opened this issue Feb 19, 2024 · 2 comments

Comments

@lkmgwgj
Copy link

lkmgwgj commented Feb 19, 2024

Error occurred when executing APersonMaskGenerator:

File "D:\ComfyUI_windows\ComfyUI\execution.py", line 149, in recursive_execute
obj = class_def()
^^^^^^^^^^^
File "D:\ComfyUI_windows\ComfyUI\custom_nodes\a-person-mask-generator\a_person_mask_generator_comfyui.py", line 39, in init
get_a_person_mask_generator_model_path()
File "D:\ComfyUI_windows\ComfyUI\custom_nodes\a-person-mask-generator\a_person_mask_generator_comfyui.py", line 30, in get_a_person_mask_generator_model_path
wget.download(model_url, model_file_path)
File "D:\ComfyUI_windows\python_embeded\Lib\site-packages\wget.py", line 526, in download
(tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib\request.py", line 241, in urlretrieve
File "urllib\request.py", line 216, in urlopen
File "urllib\request.py", line 519, in open
File "urllib\request.py", line 536, in _open
File "urllib\request.py", line 496, in _call_chain
File "urllib\request.py", line 1391, in https_open
File "urllib\request.py", line 1351, in do_open

@djbielejeski
Copy link
Owner

Download the model from here https://developers.google.com/mediapipe/solutions/vision/image_segmenter#multiclass-model and place it here ComfyUI\models\mediapipe\selfie_multiclass_256x256.tflite

@djbielejeski
Copy link
Owner

Fixed here: #33

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

2 participants