diff --git a/src/constants/toolkitNodes.ts b/src/constants/toolkitNodes.ts index 8a030fc264..d2ba745115 100644 --- a/src/constants/toolkitNodes.ts +++ b/src/constants/toolkitNodes.ts @@ -25,7 +25,10 @@ export const TOOLKIT_NODE_NAMES: ReadonlySet = new Set([ // API Nodes 'RecraftRemoveBackgroundNode', 'RecraftVectorizeImageNode', - 'KlingOmniProEditVideoNode' + 'KlingOmniProEditVideoNode', + + // Shader Nodes + 'GLSLShader' ]) /**