← All models
Uso
uso
Image generationby uso
Use USO to perform subject driven generations using reference image.
images
Pricing
- Price
- 12.5 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducible generation. Use same seed for consistent results. |
| prompt | string | Text prompt for generation. Can be empty for pure style transfer. |
| keep_size | boolean | Preserve the layout and dimensions of the input content image. Useful for style transfer. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_size | — | The size of the generated image. |
| num_images | integer | Number of images to generate in parallel. |
| output_format | stringenum: jpeg, png | Output image format. PNG preserves transparency, JPEG is smaller. |
| guidance_scale | number | How closely to follow the prompt. Higher values stick closer to the prompt. |
| negative_prompt | string | What you don't want in the image. Use it to exclude unwanted elements, styles, or artifacts. |
| input_image_urlsrequired | array | List of image URLs in order: [content_image, style_image, extra_style_image]. |
| num_inference_steps | integer | Number of denoising steps. More steps can improve quality but increase generation time. |
| enable_safety_checker | boolean | Enable NSFW content detection and filtering. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation |
| images | array | The generated images with applied style and/or subject customization |
| prompt | string | The prompt used for generation |
| timings | object | Performance timings for different stages |
| has_nsfw_concepts | array | NSFW detection results for each generated image |
