chflame163 / ComfyUI_LayerStyle

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

[Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI_LayerStyle\\RMBG-1.4\\model.pth' #153

Open zhangjiahai opened 3 months ago

zhangjiahai commented 3 months ago

Error occurred when executing LayerMask: RemBgUltra:

[Errno 2] No such file or directory: 'D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\RMBG-1.4\model.pth'

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\rmbg_ultra.py", line 37, in rembg_ultra _mask = RMBG(orig_image) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 1370, in RMBG rmbgmodel = load_RMBG_model() ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 1363, in load_RMBG_model net.load_state_dict(torch.load(model_path, map_location=device)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 997, in load with _open_file_like(f, 'rb') as opened_file: ^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 444, in _open_file_like return _open_file(name_or_buffer, mode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 425, in init super().init(open(name, mode)) ^^^^^^^^^^^^^^^^

Close

chflame163 commented 3 months ago

Download the file according to the instructions and place it in the specified directory, see here

astragartist commented 3 months ago

I have followed the instructions, I have even included 'rmbg: models/rmbg/RMBG-1.4' in ComfyUI/extra_model_paths.yaml, but still have same issue. I have even included a directory in custom_nodes\ComfyUI_LayerStyle\RMBG-1.4\model.pth. Any idea? Thanks in advance