yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.11k stars 78 forks source link

刚更新,报错KeyError: 'WEB_VERSION' #300

Closed 807502278 closed 3 months ago

807502278 commented 3 months ago

Warn!: Traceback (most recent call last): File "D:\AI\ComfyUI-3D\ComfyUI\nodes.py", line 1941, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "D:\AI\ComfyUI-3D\ComfyUI\custom_nodes\ComfyUI-Easy-Use__init__.py", line 76, in directory = f"./web_version/{data['WEB_VERSION']}"


KeyError: 'WEB_VERSION'

Warn!: Cannot import D:\AI\ComfyUI-3D\ComfyUI\custom_nodes\ComfyUI-Easy-Use module for custom nodes: 'WEB_VERSION'

![image](https://github.com/user-attachments/assets/0d75efa6-81f4-488c-a7e8-de0a274bb9c6)
![image](https://github.com/user-attachments/assets/a3df7149-958c-4254-b8a0-8acf76331768)
807502278 commented 3 months ago

我把前面注释的那几行取消注释就好了

moddz commented 3 months ago

same

Pythonpa commented 3 months ago

same

balala8 commented 3 months ago

A pull request has been submitted to fix this issue.#301 , Please wait for the update or update init.py file yourself.

yolain commented 3 months ago

9e85e3a25c65dff66a52adf00208fa202fd62f34 修复了...