mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 16:29:45 +00:00
Add Subgraphs (#1000)
This commit is contained in:
11
src/constants.ts
Normal file
11
src/constants.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Subgraph constants
|
||||
*
|
||||
* This entire module is exported as `Constants`.
|
||||
*/
|
||||
|
||||
/** ID of the virtual input node of a subgraph. */
|
||||
export const SUBGRAPH_INPUT_ID = -10
|
||||
|
||||
/** ID of the virtual output node of a subgraph. */
|
||||
export const SUBGRAPH_OUTPUT_ID = -20
|
||||
Reference in New Issue
Block a user