xmorf_edit_image
Edit images by describing the desired change in natural language. AI applies edits using models for enhancement, upscaling, shadow migration, or scene changes.
Instructions
Edit an image using AI with a natural language prompt. Models: standard (general-purpose), enhance (realism), upscale (resolution), shadow (light migration, needs reference), kiss (needs reference), skin (retouching), angles (multi-angle), scene (scene change). Input can be a file path or base64 data URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image to edit: absolute file path, data URL (data:image/png;base64,...), or raw base64 | |
| prompt | Yes | Editing instruction in plain English, e.g. 'Remove the background' | |
| model | No | Editing model (default: standard) | |
| referenceImage | No | Reference image for shadow/kiss models: file path, data URL, or raw base64 | |
| outputPath | No | Save result to this file path instead of returning base64 |