⏩ 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

Inputs (8)

NameTypeRequired
CYCLECYCLErequired
data*required
index_overrideINToptional
aux*optional
aux2*optional
aux3*optional
aux4*optional
aux5*optional

Outputs (7)

NameType
indexINT
data*
aux*
aux2*
aux3*
aux4*
aux5*