mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Convert Group Nodes to Subgraph (#4972)
* fix: Convert groupNodes to Subgraph Properly * fix: Use correct positioning with requestAnimationFrame when groupnodes are converted to Subgraph
This commit is contained in:
committed by
GitHub
parent
30d48f2356
commit
7d2d006c07
8
src/constants/groupNodeConstants.ts
Normal file
8
src/constants/groupNodeConstants.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Constants for group node type prefixes and separators
|
||||
*
|
||||
* v1 Prefix + Separator: workflow/
|
||||
* v2 Prefix + Separator: workflow> (ComfyUI_frontend v1.2.63)
|
||||
*/
|
||||
export const PREFIX = 'workflow'
|
||||
export const SEPARATOR = '>'
|
||||
Reference in New Issue
Block a user