Merge branch 'main' into feat/cnr

This commit is contained in:
Dr.Lt.Data
2024-09-26 08:57:29 +09:00
11 changed files with 2289 additions and 2039 deletions

View File

@@ -1418,7 +1418,7 @@ export class CustomNodesManager {
for (let i in nodes) {
const node_type = nodes[i].type;
if(node_type.startsWith('workflow/'))
if(node_type.startsWith('workflow/') || node_type.startsWith('workflow>'))
continue;
if (!registered_nodes.has(node_type)) {