ComfyUI Node
LLM Image classifier
A ComfyUI node in ✨ LF Nodes/LLM with 8 inputs and 3 outputs.
LLM Image classifier
- image
- ui_widget
- request_json
- response_json
- message
◄temperature0.7►
◄max_tokens500►
◄prompt►
◄seed42►
◄urlhttp://localhost:5001/v1/chat/completions►
◄character_bio►
Category✨ LF Nodes/LLM
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The image that the LLM will try to classify. | |
| temperature | FLOAT | 0.70.1–1.901 | Controls the randomness of the generated text. Higher values make the output more random. |
| max_tokens | INT | 50020–8000 | Limits the length of the generated text. Adjusting this value can help control the verbosity of the output. |
| prompt | STRING | The initial input or question that guides the generation process. Can be a single line or multiple lines of text. | |
| seed | INT | 420–18446744073709550000 | Determines the starting point for generating random numbers. Setting a specific seed ensures reproducibility of results. |
| url | STRING | http://localhost:5001/v1/chat/completions | URL of the local endpoint where the request is sent. |
| character_bioopt | STRING | Biographical details of the character to be impersonated. Helps in shaping the tone and content of the generated text. | |
| ui_widgetopt | KUL_CODE | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| request_json | JSON | — |
| response_json | JSON | — |
| message | STRING | — |