You're looking at a specific version of this model. Jump to the model overview.
prunaai /p-image-try-on:059f2edf
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| person_image |
string
|
Person image to edit.
|
|
| garment_images |
array
|
Garment reference images. Up to 6 recommended, up to 11 supported.
|
|
| reference_pose |
string
|
EXPERIMENTAL: Optional reference pose image. When provided, the person is reposed to match this reference before virtual try-on. Might fail for some seeds.
|
|
| prompt |
string
|
|
EXPERIMENTAL. For non-flatlay garment images, indicates which garment of an image to use, e.g. 'the green t-shirt from image 1 and the trousers from image 2'.
|
| turbo |
boolean
|
False
|
If turned on, the model will run faster with additional optimizations. Not recommended for more than 4 garments.
|
| seed |
integer
|
Random seed. Leave blank for a random seed.
|
|
| preserve_input_size |
boolean
|
True
|
Return the output at the original input resolution.
|
| output_format |
None
|
jpg
|
Format of the saved output image.
|
| output_quality |
integer
|
95
Max: 100 |
Quality for jpg/webp outputs from 0 to 100.
|
| no_op |
boolean
|
False
|
Health check mode - returns status without inference.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}