portrait_character_pro
Convert a bust portrait to a full-body character sprite or transform a character sprite back to a portrait. Returns a job ID for polling results.
Instructions
Convert between a bust portrait and a full-body character sprite (Pro). direction='portrait_to_character' takes a portrait in and returns a full-body sprite; 'character_to_portrait' does the reverse. Returns a job_id immediately — poll get_job_status for the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera angle of the character (default 'low top-down') | |
| image | Yes | Input image (a portrait or a character, matching direction) | |
| direction | No | Conversion direction (default 'portrait_to_character') | portrait_to_character |
| result_size | No | Output sprite size in pixels (default 64). 128/160 render at 2K for extra detail and cost more |