ComfyUI Node
Nougan LM Studio π§
Chat with any model loaded in LM Studio (dev mode). Supports vision, audio and video inputs.
Nougan LM Studio π§
- image
- audio
- video
- RESPONSE
- PROMPT
βserver_urlhttp://127.0.0.1:1234βΊ
βmodel_namelocal-modelβΊ
βsystem_promptYou are a helpful assistant.βΊ
βgenerate_promptβΊ
βmax_tokens512βΊ
βtemperature0.70βΊ
βtop_p0.95βΊ
βstreamtrueβΊ
βseed0βΊ
βimage_size1024βΊ
βvideo_frames8βΊ
βprompt_overrideββΊ
βembedded_imageβΊ
CategoryNougan Suite
Inputs (16)
| Name | Type | Default | Description |
|---|---|---|---|
| server_url | STRING | http://127.0.0.1:1234 | LM Studio dev-mode server. Default http://127.0.0.1:1234 |
| model_name | STRING | local-model | Use the β³ button on the node to auto-detect loaded models. |
| system_prompt | STRING | You are a helpful assistant. | Instructions for the assistant (system role). |
| generate_prompt | STRING | β | |
| max_tokens | INT | 512-1β65536 | -1 lets the model decide. |
| temperature | FLOAT | 0.700β2 | β |
| top_p | FLOAT | 0.950β1 | β |
| stream | BOOLEAN | true | Token-by-token streaming drives the progress bar. |
| seed | INT | 00β18446744073709550000 | β |
| image_size | COMBO | 1024 | Longest side images/frames are downscaled to before encoding. |
| video_frames | INT | 81β32 | How many evenly-spaced frames to sample from a video. |
| imageopt | IMAGE | Single image or batch β every frame becomes a vision content part. | |
| audioopt | AUDIO | Sent as an input_audio part β needs an audio-capable model. | |
| videoopt | * | IMAGE batch of frames, a VHS video dict, or a file path string. | |
| prompt_overrideopt | STRING | Wired STRING replaces the generate_prompt widget (feed the Prompt Box back in here). | |
| embedded_imageopt | STRING | Internal β populated by the on-node image drop zone. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| RESPONSE | STRING | β |
| PROMPT | STRING | β |