regenerate
Re-run the workflow of an existing image with new parameters to create a fresh generation. Optionally override settings like seed, steps, or text prompts.
Instructions
Re-enqueue the workflow that produced an existing asset, optionally applying parameter overrides. Overrides are applied to any node input matching the key name (e.g. cfg, steps, sampler_name, scheduler, seed, denoise, text). Seeds are re-randomized by default so each regenerate yields a fresh image unless seed is explicitly passed in overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset id of the source generation | |
| overrides | No | Map of input-name → new value applied to every node that already has that input. Common keys: cfg, steps, sampler_name, scheduler, seed, denoise, text. | |
| disable_random_seed | No | If true, do not randomize seed fields. Combine with `overrides.seed` to reproduce the exact original image. |