You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ComfyUI shows a "Missing Node Types" warning when attempting to load workflows containing this node. Both ComfyUI_LayerStyle and ComfyUI_LayerStyle_Advance plugins appear in the startup logs and load without any apparent errors, suggesting the installations are correct. However, the specific node remains unrecognized.
Environment
ComfyUI: Latest version
Python: 3.11.9
OS: Windows
GPU: NVIDIA RTX 4070 Ti SUPER
Installed plugins:
ComfyUI_LayerStyle (Latest version)
ComfyUI_LayerStyle_Advance (Latest version)
Current Behavior
When loading a workflow containing the "LayerColor: Color of Shadow Highlight" node, ComfyUI displays the following error:
Warning: Missing Node Types
When loading the graph, the following node types were not found:
LayerColor: Color of Shadow Highlight
Verification Steps Taken
Both plugins are correctly installed
Both plugins load successfully during startup (verified in import logs)
Due to the presence of the '&' character in node names, JSON parsing errors may occur in certain situations. The LayerColor: Color of Shadow&Highlight node is obsolete, please use LayerColor: Color of Shadow Highlight V2 replaces it.
Issue Description
ComfyUI shows a "Missing Node Types" warning when attempting to load workflows containing this node. Both ComfyUI_LayerStyle and ComfyUI_LayerStyle_Advance plugins appear in the startup logs and load without any apparent errors, suggesting the installations are correct. However, the specific node remains unrecognized.
Environment
Current Behavior
When loading a workflow containing the "LayerColor: Color of Shadow Highlight" node, ComfyUI displays the following error:
Warning: Missing Node Types
When loading the graph, the following node types were not found:
LayerColor: Color of Shadow Highlight
Verification Steps Taken
startup logs.txt
Question
Are there any additional setup steps required to enable this specific node type? Or could this be a potential bug in one of the plugins?
The text was updated successfully, but these errors were encountered: