ComfyUI Node
DELAY (JOV) βπ½
Introduce pauses in the workflow that accept an optional input to pass through and a timer parameter to specify the duration of the delay. If no timer is provided, it defaults to a maximum delay. During the delay, it periodically checks for messages to interrupt the delay. Once the delay is completed, it returns the input passed to it. You can disable the screensaver with the `ENABLE` option
DELAY (JOV) βπ½
- π₯
- π€
ββ±0βΊ
βENABLEtrueβΊ
CategoryJOVIMETRIX πΊπ©π΅/UTILITY
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| π₯opt | * | The data that should be held until the timer completes. | |
| β±opt | INT | 0 | How long to delay if enabled. 0 means no delay. |
| ENABLEopt | BOOLEAN | true | Enable or disable the screensaver. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| π€ | * | P |