ComfyUI Node
LM Studio Easy-Caption
A ComfyUI node in LM Studio with 6 inputs and 1 output.
LM Studio Easy-Caption
- model
- images
- options
- captions
◄modeone-by-one►
◄task_nameBooru-Style►
◄user_prompt►
CategoryLM Studio
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | LMSTUDIO_MODEL | LM Studio model settings produced by the LM Studio Model node. Contains model_id, temperature, max_tokens, seed, and image_max_size. | |
| images | IMAGE | IMAGE input to caption. One or more images are accepted. Each will be resized to image_max_size before encoding. | |
| mode | COMBO | one-by-one | Batch sends all images in a single request; one-by-one sends one request per image using the same task and user prompt. |
| task_name | COMBO | Booru-Style | Built-in task preset name loaded from /tasks/*.txt. The file content is used as the system prompt. |
| user_prompt | STRING | Optional user instructions appended to the task's system prompt. Leave blank to use only the task preset. | |
| optionsopt | LMSTUDIO_OPTIONS | Per-request overrides (temperature, max_tokens, seed, top_p, top_k, penalties, stop). These take precedence over values from the Model node. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| captions | STRING | — |