AI Beautifier
Overview
AI Beautifier improves the quality of the main subject by creating a more aesthetically pleasing visual.
To beautify an image, set the argument beautify.mode to either the value:
ai.autofor a result that follows the aesthetic product pack shot imageryai.foodfor a result tailored to the specifics of food imagery (e.g. placing the subject on a plate)ai.carfor a result tailored to the specifics of car imagery (e.g. removing unwanted reflections)
AI Beautifier can also be used in conjunction with other features like Positioning, AI Shadows and AI Backgrounds.
AI Beautifier creates a re-imagined visual of the main subject: please note that alterations can be introduced.
(original image)
(beautified image)
(beautified image and AI Shadows)
(beautified image and AI Backgrounds)




























If you want to give it a try, here's the code to reproduce the examples in the second column above:
beautify.mode=ai.auto
beautify.mode=ai.autobeautify.mode=ai.food
beautify.mode=ai.foodbeautify.mode=ai.car
beautify.mode=ai.carAdditional Parameters
beautify.seed
beautify.seedIf you make several calls to the Image Editing API with the same image, you will notice that it will generate a different beautified subject every time.
In order to reduce the randomness, you can set a fixed value for the seed that the API's random generator will use. The value of the argument beautify.seed can be any positive integer.
If you provide a value for beautify.seed, then the API should produce similar-looking beautified subject for the same image.
In the examples above, the value used was beautify.seed=117879368.
Last updated
Was this helpful?