FileNotFoundError: [Errno 2] No such file or directory: /../web/extensions/core/uploadImage.js'
Opened this issue · 1 comments
D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery../../web/extensions/core/uploadImage.js
Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.4\nodes.py", line 2022, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery_init.py", line 56, in
modify_js_file(uploadimg_js_file_path, new_js_content)
File "D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery_init_.py", line 5, in modify_js_file
with open(file_path, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery\../../web/extensions/core/uploadImage.js'
Cannot import D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery module for custom nodes: [Errno 2] No such file or directory: 'D:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-ArtGallery\../../web/extensions/core/uploadImage.js'
where is uploadImage.js?
help?