ComfyUI Node
Markdown doc. generator
A ComfyUI node in ✨ LF Nodes/LLM with 7 inputs and 4 outputs.
Markdown doc. generator
- ui_widget
- request_json
- response_json
- markdown
- markdown_list
◄prompt►
◄temperature0.5►
◄max_tokens2000►
◄seed42►
◄urlhttp://localhost:5001/v1/chat/completions►
◄extra_context►
Category✨ LF Nodes/LLM
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | The source file to document. | |
| temperature | FLOAT | 0.50.1–1.901 | Controls the randomness of the generated text. Higher values make the output more random. |
| max_tokens | INT | 200020–8000 | Limits the length of the generated text. Adjusting this value can help control the verbosity of the output. |
| 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 for the LLM. |
| extra_contextopt | STRING | Additional context to guide the LLM (out of scope constants and helpers definitions). | |
| ui_widgetopt | KUL_CODE | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| request_json | JSON | — |
| response_json | JSON | — |
| markdown | STRING | — |
| markdown_list | STRING | — |