-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: name 'SaveImage_LCM' is not defined #22
Comments
NODE_CLASS_MAPPINGS = { |
Code updated. Let me know if anything else pops up. |
It worked. |
File "F:\ProgramData\ComfyUI\nodes.py", line 1814, 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 "F:\ProgramData\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy_init.py", line 1, in
from .LCM_Nodes import NODE_CLASS_MAPPINGS
File "F:\ProgramData\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\LCM_Nodes.py", line 3128, in
"SaveImage_LCM":SaveImage_LCM,
NameError: name 'SaveImage_LCM' is not defined
Cannot import F:\ProgramData\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy module for custom nodes: name 'SaveImage_LCM' is not defined
The text was updated successfully, but these errors were encountered: