⏩ Cycle Continue
CycleContinue
Continues a Cycle, a kind of Loop that gets iterated each time a prompt is executed. You can use Cycles to send information forwards into subsequent prompts, allowing for workflows that process data in an iterative manner. Connect the Data and Aux outputs of this node to a [Cycle End]'s Data and Aux inputs to continue the loop, ideally after processing them. The Index output specifies the current value of the loop counter before Step is applied. You can connect any outputs to this node's Data or Aux_Data inputs to propagate that data into subsequent prompt executions. This allows you to process data iteratively by queuing multiple prompts at a time or even setting the execution to Instant which will queue up prompts automatically. Execution can then be interrupted via the [HaltExecution] node on demand once your Cycle has finished or for any other reason you may have. HOVER OVER THE INPUTS AND OUTPUTS FOR MORE INFO.
Pack: ControlFlowUtils
custom_nodes.ControlFlowUtils