chflame163 / ComfyUI_LayerStyle

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

May I report an error? No module named 'wget' But I have confirmed that I installed wget normally. Why does it still report an error? #191

Open Poooolo opened 1 month ago

Poooolo commented 1 month ago

Traceback (most recent call last): File "E:\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "E:\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main__init.py", line 60, in imported_module = importlib.import_module(".py.{}".format(name), name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\python\Lib\importlib\init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "E:\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main\py\add_grain.py", line 1, in from .imagefunc import * File "E:\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main\py\imagefunc.py", line 40, in import wget ModuleNotFoundError: No module named 'wget'

Cannot import E:\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main module for custom nodes: No module named 'wget' WARNING: Could not find OPENAI_API_KEY in .env, disabling gpt prompt generation.

chflame163 commented 1 month ago

Try reinstall wget>=3.2