Generate character looks
generate_imageGenerate new looks of an existing character from its base image while keeping the same face. Describe only scene, outfit, and lighting; images process in the background and return IDs for clips.
Instructions
Generate one or more new looks (reference images) of an existing character. Same as clipugc images generate. Every look is generated from the character's base image, so the face stays the same person: only describe the new setting, outfit and light in scene, never the person again. Costs 2 credits per shot (confirm with get_credits). Returns the created image ids. Looks generate in the background. Poll list_images with the same character id every 5 to 10 seconds until each new look has status "completed" (or "failed"), then pass the look id to create_clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Scene prompt, max 600 chars (same as --scene). | |
| shots | No | Comma-separated shot types: frontal, three_quarter, profile, back (same as --shots). Default "frontal". | |
| template | No | Template (same as --template). Omit to let the server pick: scene_recreation when scene is set, else model_digitals. | |
| character | Yes | Character id, as returned by other tools (numbers are fine as strings). | |
| resolution | No | Resolution (same as --resolution). Default 2K. |