Files
ComfyUI_frontend/src/constants.ts
2025-06-28 15:21:56 -07:00

12 lines
263 B
TypeScript

/**
* 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