ComfyUI Node
LMStudio Prompt Chain Ovum
LM Studio Prompt Node with Dynamic Model Management This node connects to LM Studio's local server to generate text using various language models. It supports dynamic model loading/unloading, automatic model management, and various prompt modes. Features: • Multiple prompt modes (prompt, pixelwave, style, descriptor, character, custom) • Dynamic model loading and selection from available models • Automatic model unloading after specified timeout (a hack) • Model list caching between sessions • Wildcard support with {option1|option2} syntax • Custom conversation history support Requirements: • LM Studio running with server enabled • Models downloaded in LM Studio • Server accessible at specified address:port
LMStudio Prompt Chain Ovum
- context
- context
- text
◄input_promptNext prompt here►
◄modeuse_context►
CategoryOvum/LLM
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| context | LLM_CONTEXT | LLM context from LMStudioPromptOvum or previous chain node | |
| input_prompt | STRING | Next prompt here | Additional prompt to ask within the same chat context. |
| mode | COMBO | use_context | Prompt mode for this step. Choose "use_context" to reuse the mode from the incoming context. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| context | LLM_CONTEXT | — |
| text | STRING | — |