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

@@ -2337,7 +2337,7 @@ async def extract_nodes_from_workflow(filepath, mode='local', channel_url='defau
if node_name in ['Reroute', 'Note']:
continue
if node_name is not None and not node_name.startswith('workflow/'):
if node_name is not None and not (node_name.startswith('workflow/') or node_name.startswith('workflow>')):
used_nodes.add(node_name)
if 'nodes' in workflow: