可灵活定制的AIGC商品图片优化服务,能按需调整产品位置、背景环境、光影效果等
名称 | 内容 |
---|---|
接口地址 | |
请求方式 | POST |
Content-Type | application/json |
完整公共参数列表见 公共参数
本服务Region为cn-north-1; Service为cv
拼接到url后的参数,示例:https://visual.volcengineapi.com?Action=CVProcess&Version=2022-08-31
参数 | 可选/必选 | 类型 | 说明 |
---|---|---|---|
Action | 必选 | String | 接口名,取固定值:CVProcess |
Version | 必选 | String | 版本号,取固定值:2022-08-31 |
业务请求参数,放到request.body中,MIME-Type为application/json
参数 | 可选/必选 | 类型 | 说明 | 备注 |
---|---|---|---|---|
输入图片、遮罩类型 | ||||
req_key | 必选 | String | 算法名称,取固定值为img2img_e_commerce_style | |
product_image_input | 可选 | String | 产品图URL,可输入任意图片格式,支持透明底PNG | |
ref_image_input | 可选 | String | 参考图URL,可输入参考图 | |
product_alpha_switch | 可选 | bool | 自动识别透明通道,开启后优先使用输入图的透明通道,未识别到透明图层时,自动使用火山侧自动抠主体功能 | |
mask_image_switch | 可选 | bool | 手动上传mask功能开关,上传mask后需要手动开启,默认为自动抠产品图+识别产品图的透明通道 | |
mask_image_input | 可选 | String | 遮罩蒙版图片 | |
mask_invert_switch | 可选 | bool | 遮罩图片反转,默认开启,反转输入遮罩图 | |
seg_prompt | 可选 | String | 自动扣图-指定物体 | |
【构图三选一】原图构图(默认,无需额外输入) | ||||
longer_side | 可选 | int | 输出分辨率 | |
【构图三选一】自动构图 | ||||
auto_composition_switch | 可选 | bool | 自动构图 | |
canvas_width | 可选 | int | 画布宽度(像素) | |
canvas_height | 可选 | int | 画布高度(像素) | |
auto_offset_x | 可选 | int | x轴偏移(百分比) | |
auto_offset_y | 可选 | int | y轴偏移(百分比) | |
auto_scale | 可选 | float | scale大小(百分比) | |
【构图三选一】手动构图 | ||||
manual_composition_switch | 可选 | bool | 手动构图 | |
canvas_width | 可选 | int | 画布宽度(像素) | |
canvas_height | 可选 | int | 画布高度(像素) | |
offset_x | 可选 | int | x轴偏移(像素) | |
offset_y | 可选 | int | y轴偏移(像素) | |
crop_prodcut_switch | 可选 | bool | 自动裁切至商品大小 | |
生图参数 | ||||
product_weight | 可选 | float | 产品还原强度 | |
ref_switch | 可选 | bool | 参考图功能开关 | |
ref_weight | 可选 | float | 参考图强度 | |
ref_end_at | 可选 | float | 参考图引导结束时间 | |
seed | 可选 | int | 随机种子 | |
positive_prompt | 可选 | String | 积极提示词 | |
控制光源(可选) | ||||
preset_light_switch | 可选 | bool | 预设光源开关 | |
light_position | 可选 | String | 预设光源类型 | |
upload_light_switch | 可选 | bool | 手动上传光源开关 | |
light_image_input | 可选 | String | 手动上传光源图片URL | 上传图片示例: |
其它功能(保底功能) | ||||
product_safe_switch | 可选 | bool | 产品还原度-安全模式 | |
product_edge_weight | 可选 | float | 产品与环境分离程度 | |
return_url | 可选 | bool | 输出是否返回图片链接 (链接有效期为24小时) | |
logo_info | 可选 | LogoInfo | 水印信息 |
LogoInfo
水印相关参数
名称 | 类型 | 必选 | 描述 | 备注 |
---|---|---|---|---|
add_logo | Boolean | 否 | 是否添加水印。True为添加,False不添加。默认不添加 | |
position | Int | 否 | 水印的位置,取值如下: | |
language | Int | 否 | 水印的语言,取值如下: | |
opacity | Float | 否 | 水印的不透明度,取值范围0-1,1表示完全不透明,默认0.3 | |
logo_text_content | String | 否 | 明水印自定义内容 |
请参考通用返回字段及错误码
重点关注data 字段,其他字段为公共返回
字段 | 类型 | 说明 |
---|---|---|
binary_data_base64 | array of string | 返回图片的base64数组。 |
image_urls | array of string | 输出处理过的图片url |
{ "req_key": "img2img_e_commerce_style", "product_image_input": "https://xxx", "ref_image_input": "https://xxx", "product_alpha_switch": true, "mask_invert_switch": true, "auto_composition_switch": false, "canvas_width": 1000, "canvas_height": 1000, "auto_offset_x": 50, "auto_offset_y": 50, "auto_scale": 0.7, "product_weight": 0.85, "ref_switch": false, "ref_weight": 0.75, "ref_end_at": 0.75, "seed": -1, "positive_prompt": "table,room,warm tone,", "preset_light_switch": false, "light_position": "Top Light", "upload_light_switch": false, "product_safe_switch": false, "product_edge_weight": 0, "return_url": true, "logo_info": { "add_logo": false, "position": 0, "language": 0, "opacity": 1, "logo_text_content": "这里是明水印内容" } }
{ "code": 10000, "data": { "algorithm_base_resp": { "status_code": 0, "status_message": "Success" }, "binary_data_base64": [], "comfyui_cost": 10, "image_output": [ "uri://binary_data?index=0" ], "image_urls": [ "https://xxx" ] }, "message": "Success", "request_id": "202412172023408C2FE3E4A836ECAFC7CE", "status": 10000, "time_elapsed": "11.60766912s" }
(1)通用错误码
请参考通用返回字段及错误码
(2)业务错误码
HttpCode | 错误码 | 错误消息 | 描述 |
---|---|---|---|
200 | 10000 | 无 | 请求成功 |
400 | 50411 | Pre Img Risk Not Pass | 输入图片前审核未通过 |
400 | 50511 | Post Img Risk Not Pass | 输出图片后审核未通过 |
400 | 50412 | Text Risk Not Pass | 输入文本前审核未通过 |
400 | 50512 | Post Text Risk Not Pass | 输出文本后审核未通过 |
400 | 50413 | Post Text Risk Not Pass | 输入文本NER、IP、Blocklist等拦截 |
请参考SDK使用说明