inference.flux.pro11ultra.img2img.v1
Schema
{ "type": "object", "required": [ "type", "config" ], "properties": { "type": { "type": "string", "enum": [ "inference.flux.pro11ultra.img2img.v1" ] }, "config": { "type": "object", "required": [ "prompt", "image_prompt" ], "properties": { "prompt": { "type": "string", "minLength": 3, "maxLength": 4096, "examples": [ "puppies in a cloud, 4k" ] }, "prompt_upsampling": { "description": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation.", "type": "boolean", "default": false }, "style_preset": { "type": "string", "enum": [ "3d-model", "analog-film", "anime", "cinematic", "comic-book", "digital-art", "enhance", "fantasy-art", "isometric", "line-art", "low-poly", "neon-punk", "origami", "photographic", "pixel-art", "texture", "craft-clay" ] }, "safety_tolerance": { "description": "Tolerance level for input and output moderation. Between 0 and 6, 0 being most strict, 6 being least strict.", "type": "integer", "default": 4, "minimum": 0, "maximum": 6 }, "seed": { "type": "integer", "examples": [ 42, 531286735183442 ] }, "aspect_ratio": { "description": "Aspect Ratio", "type": "string", "enum": [ "21:9", "9:21" ] }, "raw": { "description": "generate less processed, more natural-looking images", "type": "boolean", "default": false }, "image_prompt": { "description": "optional image to remix in base64 format", "type": "string", "format": "filename", "example": "reference.png" }, "image_prompt_strength": { "description": "blend between the prompt and the image prompt", "type": "number", "default": 0.1, "minimum": 0, "maximum": 1 } } } }}