ryla_generate_image
Generate Studio-quality images for an existing character with full creative control (scene, outfit, pose, lighting, expression, style). This is the primary, full-featured image tool -- prefer it over ryla_generate_base_image. Character must already exist; use ryla_list_characters to find a characterId. Returns a jobId; poll with ryla_generation_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nsfw | No | Enable unrestricted fan content generation | |
| seed | No | Base seed; each image increments it | |
| count | No | Number of images to generate | |
| scene | Yes | Scene preset or description | |
| loraId | No | LoRA id to use, if not the default for this character | |
| outfit | No | Outfit description | |
| poseId | No | Pose preset id, e.g. "standing-casual" | |
| quality | No | Quality tier: "standard" (HD, default) or "ultra" (4K) | |
| useLora | No | Use the character LoRA for face consistency, if trained | |
| lighting | No | Lighting preset, e.g. "natural.goldenHour" | |
| shotType | No | Camera framing, e.g. "close-up-portrait", "full-body" | |
| expression | No | Facial expression preset, e.g. "positive.smile" | |
| aspectRatio | Yes | Image aspect ratio | |
| characterId | Yes | Character UUID to generate images for | |
| environment | No | Environment preset or description | |
| stylePreset | No | Visual style preset (default ultraRealistic) | |
| loraStrength | No | LoRA strength, 0.1-2.0 | |
| realismStyle | No | Apply realism post-processing style | |
| promptEnhance | No | Enable AI prompt enhancement (default true) | |
| enableFaceSwap | No | Route through face-swap for the reference image | |
| referenceMethod | No | Reference image method (default instantid) | |
| antiDetectPreset | No | Anti-detection intensity (default moderate); advanced/maximum require Pro | |
| socialMediaReady | No | Apply anti-AI-detection post-processing | |
| referenceImageUrl | No | Reference image URL for face consistency (InstantID/PuLID), as an alternative to LoRA | |
| referenceStrength | No | Reference image strength, 0.1-1.0 |