Verified: 2 years ago
Other
Type | Other |
Stats | 1,303 |
Reviews | (105) |
Published | Mar 30, 2023 |
Base Model | |
Hash | AutoV2 468B77237F |
Loop the output of one generation into the next generation.
To use create a start node, an end node, and a loop node. The loop node should connect to exactly one start and one end node of the same type. The first_loop input is only used on the first run. Whatever was sent to the end node will be what the start node emits on the next run.
More loop types can be added by modifying loopback.py