ComfyUI Node
BasicRecursionFilterNode
A ComfyUI node in sd with 4 inputs and 1 output.
BasicRecursionFilterNode
- LLLM_provider
- inner_recursion_filter
- Recursion Filter
◄max_depth2►
◄recursion_prompt
the date is {date}
given the prompt:
<prompt>
{prompt}
</prompt>
and completion:
<completion>
{completion}
</completion>
Please expand on the completion by.
- considering the prompt more thoroughly
- why would the user have entered this as their prompt?
- based on the language the user has used, what can i assume about the user in order to help them?
- considering what the completion might have missed.
use tags:
<consideration></consideration>
<completion></completion>
inside the consideration tag it is important that you think step by step in at least 5 steps about how to adhere to the instructions.
please understand that what you tag as completion will go directly to the user.
please completely re-write and re-tag everything, but include everything useful from the given completion and prompt
►
Categorysd
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| max_depth | INT | 2 | — |
| LLLM_provider | CALLABLE | — | |
| recursion_promptopt | STRING | the date is {date} given the prompt: <prompt> {prompt} </prompt> and completion: <completion> {completion} </completion> Please expand on the completion by. - considering the prompt more thoroughly - why would the user have entered this as their prompt? - based on the language the user has used, what can i assume about the user in order to help them? - considering what the completion might have missed. use tags: <consideration></consideration> <completion></completion> inside the consideration tag it is important that you think step by step in at least 5 steps about how to adhere to the instructions. please understand that what you tag as completion will go directly to the user. please completely re-write and re-tag everything, but include everything useful from the given completion and prompt | — |
| inner_recursion_filteropt | LLLM_AGENT_RECURSION_FILTER | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Recursion Filter | LLLM_AGENT_RECURSION_FILTER | — |