post-restyle-inferences
Transform an image by applying visual styles from reference images using AI-powered restyling with adjustable fidelity controls.
Instructions
Trigger a restyle process from one sketch image (or other image) and one or more reference style images.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| dryRun | No | ||
| image | Yes | The image to restyle. Must reference an existing AssetId or be a data URL. | |
| styleFidelity | No | The higher the value the more it will look like the style image(s) | |
| controlEnd | No | End step for control. | |
| seed | No | Used to reproduce previous results. Default: randomly generated number. | |
| numInferenceSteps | No | The number of denoising steps for each image generation. | |
| styleImages | Yes | ||
| promptFidelity | No | Increase the fidelity to the prompt during the restyle. | |
| clustering | No | Activate clustering. | |
| sketch | No | Activate sketch detection instead of canny. | |
| structureFidelity | No | Strength for the input image structure preservation | |
| prompt | No | A full text prompt to guide the restyle process. Default: empty string. Example: "cute++ chibi character" |