ComfyUI Node
CC Llama Server Unload (free VRAM)
A ComfyUI node in llama.cpp with 4 inputs and 1 output.
CC Llama Server Unload (free VRAM)
- trigger
◄trigger—►
◄targetall_servers►
◄also_free_comfyui_vramtrue►
◄port8080►
Categoryllama.cpp
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| trigger | STRING | Upstream string output to chain from (e.g. the caption output) — guarantees this node runs before whatever consumes it, since ComfyUI executes in dependency order. | |
| target | COMBO | all_servers | Which server(s) to kill: every currently tracked llama-server process, or only the one on the specified port. |
| also_free_comfyui_vram | BOOLEAN | true | Also ask ComfyUI to unload its own loaded models and empty its VRAM cache after killing llama-server. |
| portopt | INT | 80801024–65535 | Port of the specific llama-server to kill, used only when 'target' is 'specific_port'. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| trigger | STRING | — |