ComfyUI Node
llama.cpp Load Model
Loads one exact router model and waits for its terminal loaded state.
llama.cpp Load 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 loading. | |
| operation_timeoutopt | INT | 3001–86400 | Seconds to wait for the router's terminal loaded state. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | Whether the model reached a terminal loaded state. |
| message | STRING | Load result or failure detail. |