You're looking at a specific version of this model. Jump to the model overview.

datong-new /ad-maker:dad463d5

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
image
string
Upload image
prompt
string
8k,raw photo,masterpiece,best quality,photorealistic, professional, 4k, highly detailed (mask is product),product close-up shots,suitable size,a cozy room with products placed on the bed and warm lighting
prompt to generate new image
negative_prompt
string
unsuitable,big product,drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly,worst quality,low quality,
negative prompt to generate new image
mask_prompt
string
object, foreground
prompt to generate mask
mask_threshold
number
0.3

Max: 1

Threshold for the mask
light_prompt
string
Incandescent light,clear light, transparency, photography grade, realism, transparency,
prompt for ic-light
light_negative_prompt
string
blur,low quality,
negative prompt for ic-light
seed
integer
0

Max: 10000000

seed for generating new image

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'iclight_image': {'format': 'uri',
                                  'title': 'Iclight Image',
                                  'type': 'string'},
                'image': {'format': 'uri', 'title': 'Image', 'type': 'string'}},
 'required': ['image', 'iclight_image'],
 'title': 'Output',
 'type': 'object'}