Parameter format for the Virtual Try On model.
Configuration options for the output image.
sampleCountinteger
The number of images to generate.
storageUristring
The Cloud Storage location where generated images will be saved.
seedinteger
The RNG seed. If set, requests with equal inputs will produce deterministic results. The addWatermark parameter must be set to false if the seed is set.
baseStepsinteger
Number of sampling steps for the base model.
safetySettingstring
Safety settings applying various restrictions in generating images. Case insensitive. Levels are: block_low_and_above block_medium_and_above block_only_high block_none
personGenerationstring
Whether to restrict the generation of images with persons. Case insensitive. Supported values are: dont_allow, allow_adult, allowAll
addWatermarkboolean
Whether to add a watermark to the generated images. Defaults to true.
enhancePromptboolean
Whether to enhance the user-provided prompt internally for models that support it.
| JSON representation |
|---|
{
"outputOptions": {
object ( |