chflame163 / ComfyUI_LayerStyle

A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
MIT License
1.24k stars 69 forks source link

大神,节点加载不了是什么原因? #65

Closed bluesss1014 closed 5 months ago

bluesss1014 commented 5 months ago

Error occurred when executing LayerMask: PersonMaskUltra V2:

[Errno 13] Permission denied: 'D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\models\mediapipe\selfie_multiclass_256x256.tflite'

File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\custom_nodes\ComfyUI_LayerStyle\py\person_mask_ultra_v2.py", line 72, in person_mask_ultra_v2 with open(a_person_mask_generator_model_path, "rb") as f:

chflame163 commented 5 months ago

here https://github.com/chflame163/ComfyUI_LayerStyle/issues/52#issuecomment-2021890857

bluesss1014 commented 5 months ago

@chflame163 thank you~