Create feedback network
create_feedback_networkBuild a visual feedback loop by transforming a seed image each frame to create evolving, hypnotic visuals.
Instructions
Build a feedback-based visual system: a seed feeds a loop that is transformed (blur/displace/etc.) and fed back each frame. Great for evolving, hypnotic visuals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed_type | No | noise | |
| transformations | No | ||
| feedback_gain | No | ||
| colors | No | Up to two hex colors to colorize the otherwise-grayscale output. | |
| expose_controls | No | Expose a live 'Feedback' knob on the system container, bound to the loop's decay. | |
| parent_path | No | /project1 |