ComfyUI Node
LLM Session Chat (Simple)
Minimal entry node for persistent local GGUF chat sessions (config-driven defaults).
LLM Session Chat (Simple)
- media
- assistant_text
◄user_text►
◄session_iddefault►
◄model(No GGUF models found in models/LLM/)►
◄mmproj(Auto-detect)►
◄history_dir►
◄config_path►
CategoryLLM/Session
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| user_text | STRING | User message for this turn | |
| session_id | STRING | default | Session ID (maps to a history file). Same ID continues the chat. |
| model | COMBO | (No GGUF models found in models/LLM/) | GGUF model file in models/LLM/ |
| mmproj | COMBO | (Auto-detect) | Manual selection is recommended. |
| history_dir | STRING | Optional directory for history/caches. Empty uses output/llm_session_sessions/. | |
| mediaopt | * | Optional IMAGE tensor/batch or AUDIO input for this turn only (never saved to history) | |
| config_pathopt | STRING | Optional override path to simple_defaults.json (advanced). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| assistant_text | STRING | — |