ComfyUI Node
Context Exit
Passthrough node with boolean outputs for establishing context boundaries. Outputs: - passthrough: Input value unchanged (any type) - TRUE: Boolean True (connect to "should_unload" to release resources) - FALSE: Boolean False (if you need it) Typical usage: Connect TRUE output to SAM3's "should_unload" input at context end.
Context Exit
- value
- passthrough
- TRUE
- FALSE
CategoryXJNodes/util
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| valueopt | * | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| passthrough | * | — |
| TRUE | BOOLEAN | — |
| FALSE | BOOLEAN | — |