🖥️Local LLM general link
LLM_local
The local version of the model chain, compatible with all local interfaces.
Pack: comfyui_LLM_party
custom_nodes.comfyui_LLM_party
Inputs (21)
| Name | Type | Required |
|---|---|---|
| model | CUSTOM | required |
| system_prompt | STRING | required |
| user_prompt | STRING | required |
| model_type | COMBO | required |
| temperature | FLOAT | required |
| max_length | INT | required |
| is_memory | COMBO | required |
| is_locked | COMBO | required |
| main_brain | COMBO | required |
| tokenizer | CUSTOM | optional |
| image | IMAGE | optional |
| system_prompt_input | STRING | optional |
| user_prompt_input | STRING | optional |
| tools | STRING | optional |
| file_content | STRING | optional |
| conversation_rounds | INT | optional |
| historical_record | COMBO | optional |
| is_enable | BOOLEAN | optional |
| extra_parameters | DICT | optional |
| user_history | STRING | optional |
| is_enable_system_role | COMBO | optional |