Nodes/LF Nodes/Markdown doc. generator
ComfyUI Node

Markdown doc. generator

A ComfyUI node in ✨ LF Nodes/LLM with 7 inputs and 4 outputs.

By lucafoscili·Created 2 years ago·Updated about a year ago· 50
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)

NameTypeDefaultDescription
promptSTRINGThe source file to document.
temperatureFLOAT0.50.1–1.901Controls the randomness of the generated text. Higher values make the output more random.
max_tokensINT200020–8000Limits the length of the generated text. Adjusting this value can help control the verbosity of the output.
seedINT420–18446744073709550000Determines the starting point for generating random numbers. Setting a specific seed ensures reproducibility of results.
urlSTRINGhttp://localhost:5001/v1/chat/completionsURL of the local endpoint for the LLM.
extra_contextoptSTRINGAdditional context to guide the LLM (out of scope constants and helpers definitions).
ui_widgetoptKUL_CODE

Outputs (4)

NameTypeDescription
request_jsonJSON
response_jsonJSON
markdownSTRING
markdown_listSTRING