You're looking at a specific version of this model. Jump to the model overview.
datong-new /ad-maker:61587d0b
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), in a living room
|
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
|
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'}