Use the Randomized Split node to create branching logic in your Neuron workflows based on random conditions.
The Randomized Split node allows you to create dynamic branching paths in your Neuron workflows. This guide explains how to use randomized splits effectively.
You’ve developed a new version of your image generation workflow. To avoid breaking things for all users, you can gradually roll out the changes:
Add a Randomized Split node
Set “Percentage A” to 90%; “Percentage B” will automatically be set to 10%. This sends only 10% of requests down the new deployment, while 90% use the known stable setup
Connect the “A Path” to your current, stable workflow
Connect the “B Path” to the new workflow
Over time, you can gradually increase percentage B (and thus reduce percentage A) to expose the new model to more users