[WARNING] Traceback (most recent call last):
File "E:\Comfyui\ComfyUI\nodes.py", line 2212, 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 "E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit_init.py", line 15, in
from .color_drift_correction import NODE_CLASS_MAPPINGS as CDC_NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS as CDC_NODE_DISPLAY_NAME_MAPPINGS
File "E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit\color_drift_correction.py", line 158
NODE_DISPLAY_NAME_MAPPINGS = {
^
SyntaxError: '{' was never closed
[WARNING] Cannot import E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit module for custom nodes: '{' was never closed (color_drift_correction.py, line 158)
启动时插件启动失败,好像是字典缺少闭合,大佬看一下
[WARNING] Traceback (most recent call last):
File "E:\Comfyui\ComfyUI\nodes.py", line 2212, 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 "E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit_init.py", line 15, in
from .color_drift_correction import NODE_CLASS_MAPPINGS as CDC_NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS as CDC_NODE_DISPLAY_NAME_MAPPINGS
File "E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit\color_drift_correction.py", line 158
NODE_DISPLAY_NAME_MAPPINGS = {
^
SyntaxError: '{' was never closed
[WARNING] Cannot import E:\Comfyui\ComfyUI\custom_nodes\comfyui-customnodekit module for custom nodes: '{' was never closed (color_drift_correction.py, line 158)
启动时插件启动失败,好像是字典缺少闭合,大佬看一下