ComfyUI Node
UML Render
A ComfyUI node in UML with 8 inputs and 5 outputs.
UML Render
- code_input
- IMAGE
- path
- kroki_url
- content_for_viewer
- viewer_url
◄backendweb►
◄kroki_urlhttps://kroki.io►
◄diagram_typemermaid►
◄codesequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!►
◄output_formatpng►
◄diagram_options►
◄theme►
CategoryUML
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| backend | COMBO | web | 2 options: web, local |
| kroki_url | STRING | https://kroki.io | — |
| diagram_type | COMBO | mermaid | 28 options: actdiag, blockdiag, bpmn, bytefield, c4plantuml, d2, +22 |
| code | STRING | sequenceDiagram participant Alice participant Bob Alice->John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good! | — |
| code_inputopt | * | — | |
| output_formatopt | COMBO | png | 6 options: png, svg, jpeg, pdf, txt, base64 |
| diagram_optionsopt | STRING | — | |
| themeopt | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| path | STRING | — |
| kroki_url | STRING | — |
| content_for_viewer | STRING | — |
| viewer_url | STRING | — |