ComfyUI Node
POML Processor
A ComfyUI node in Zenkai/POML with 4 inputs and 2 outputs.
POML Processor
- rendered_prompt
- metadata
◄poml_template<poml>
<role>You are a helpful AI assistant.</role>
<task>Assist the user with their request in a clear and helpful manner.</task>
<output-format>Provide a well-structured, informative response.</output-format>
</poml>►
◄render_modestandard►
◄variables_json{"user_name": "User", "topic": "AI"}►
◄max_length0►
CategoryZenkai/POML
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| poml_template | STRING | <poml> <role>You are a helpful AI assistant.</role> <task>Assist the user with their request in a clear and helpful manner.</task> <output-format>Provide a well-structured, informative response.</output-format> </poml> | — |
| render_mode | COMBO | standard | 3 options: standard, optimized, debug |
| variables_jsonopt | STRING | {"user_name": "User", "topic": "AI"} | JSON object with template variables |
| max_lengthopt | INT | 00–8000 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| rendered_prompt | STRING | — |
| metadata | STRING | — |