No description available.
# Pruna TryOn ## Overview No README was provided for this model yet. ## Model Metadata - Provider: replicate - Category: static - Output Type: image - Slug: p-image-try-on ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | No | null | Random seed. Leave blank for a random seed. |
| no_op | boolean | No | false | Health check mode - returns status without inference. |
| turbo | boolean | No | false | If turned on, the model will run faster with additional optimizations. Not recommended for more than 4 garments. |
| prompt | string | No | "" | 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'. |
| person_image | image | Yes | null | Person image to edit. |
| output_format | select | No | "png" | Format of the saved output image. |
| garment_images | image | Yes | [] | Garment reference images. Up to 6 recommended, up to 11 supported. |
| output_quality | integer | No | 95 | Quality for jpg/webp outputs from 0 to 100. |
| reference_pose | image | No | null | EXPERIMENTAL: Optional reference pose image. When provided, the person is reposed to match this reference before virtual try-on. Might fail for some seeds. |
| preserve_input_size | boolean | No | true | Return the output at the original input resolution. |