ComfyUI Node
MD: LLM VRAM Manager
A ComfyUI node in MD_Nodes/Utility with 7 inputs and 5 outputs.
MD: LLM VRAM Manager
- pass_through
- image_in
- latent_in
- pass_through
- status
- seed_out
- image_out
- latent_out
◄actionNone (Do Nothing)►
◄triggertrue►
◄seed_in0►
◄debug_mode0 - Silent►
CategoryMD_Nodes/Utility
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| action | COMBO | None (Do Nothing) | ACTION TO PERFORM • Purpose: Select the operation to free up LLM VRAM. • Options: API unloads (graceful) or Process Kills (forceful). • Trade-offs: Force stops are abrupt but guaranteed to clear memory. ⭐ Recommended: Try API methods first before resorting to force stops. |
| trigger | BOOLEAN | true | ENABLE ACTION TRIGGER • Purpose: Master switch for the node's destructive actions. • Options: True executes the action; False makes the node a passive pass-through. ⭐ Recommended: True. |
| pass_throughopt | * | PASS-THROUGH (Generic) • Purpose: Connect any generic data type here to enforce workflow execution order. | |
| seed_inopt | INT | 00–18446744073709550000 | PASS-THROUGH (Seed) • Purpose: Pass an integer/seed safely through the node to control execution order. |
| image_inopt | IMAGE | PASS-THROUGH (Image) • Purpose: Pass an image tensor safely through the node. | |
| latent_inopt | LATENT | PASS-THROUGH (Latent) • Purpose: Pass a latent dictionary safely through the node. | |
| debug_modeopt | COMBO | 0 - Silent | LOGGING VERBOSITY • Controls console output and System/IO profiling. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| pass_through | * | — |
| status | STRING | — |
| seed_out | INT | — |
| image_out | IMAGE | — |
| latent_out | LATENT | — |