ComfyUI Node
llama.cpp Unload Model
Unloads one exact router model and waits for its terminal unloaded state.
llama.cpp Unload Model
- trigger
- success
- message
◄model_nameNo models found - add .gguf files to models/LLM/gguf/►
◄operation_timeout300►
CategoryLlamaCpp
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model_name | COMBO | No models found - add .gguf files to models/LLM/gguf/ | Local model to resolve against the active router catalog. Use List Models to confirm the authoritative ID and residency. |
| triggeropt | * | Optional dependency input used to sequence model unloading. | |
| operation_timeoutopt | INT | 3001–86400 | Seconds to wait for the router's terminal unloaded state. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | Whether the model reached a terminal unloaded state. |
| message | STRING | Unload result or failure detail. |