compose_variations
Generate multiple composition variations by running the specified composer with different random seeds, saving each output to a numbered file, and returning the list of file paths for selection.
Instructions
Run a composer N times with different seeds, saving each output to a numbered file. Returns the list of paths so you can render all and pick the best.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| extra_args | No | ||
| composer_name | Yes | ||
| out_path_prefix | Yes |