Skip to content

Commit 77fa81f

Browse files
authored
Merge pull request #135 from aimlapi/stelyatko/fix-update-image-urls-desc-for-uso
fix: update image_urls for desc for uso model
2 parents bd40862 + af9eb80 commit 77fa81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
desc: `List of URLs or local Base64 encoded images to edit.`,
6262
},
6363
uso: {
64-
desc: `Array of image URLs: [content_image, style_image, extra_style_image]`
64+
desc: `An array of up to 3 image URLs. The first image is always treated as the primary input for image-to-image generation, while the remaining images (if provided) serve as visual style references for the output.`
6565
}
6666
},
6767
do_remove_background: {

0 commit comments

Comments
 (0)