基于图生图技术,将输入图进行3D风的风格化,为用户生成具有艺术美感的高质量图片。
此接口在人像、风景、宠物等各场景均有较好效果。
名称 | 内容 |
---|---|
图片要求 |
|
名称 | 内容 |
---|---|
接口地址 | |
请求方式 | 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
注:建议使用「建议参数」进行测试,如有需要可微调prompt、sub_prompts等参数,其他参数不建议变更,否则对效果影响较大。
参数 | 可选/必选 | 类型 | 说明 | 备注 |
---|---|---|---|---|
req_key | 必选 | String | 取固定值: img2img_disney_3d_style_usage | |
binary_data_base64 | 必选 | array of String | 输入图片base64数组,仅支持一张图 | |
image_urls | 必选 | array of String | 图片文件URL | |
return_url | 可选 | bool | 输出是否返回图片链接 | |
logo_info | 可选 | LogoInfo | 水印信息 |
LogoInfo
水印相关信息。
名称 | 类型 | 必选 | 描述 | 备注 |
---|---|---|---|---|
add_logo | Boolean | 否 | 是否添加水印。True为添加,False不添加。默认不添加 | |
position | Int | 否 | 水印的位置,取值如下: | |
language | Int | 否 | 水印的语言,取值如下: | |
logo_text_content | String | 否 | 明水印自定义内容 |
请参考通用返回字段及错误码
重点关注data 字段,其他字段为公共返回
字段 | 类型 | 说明 | 备注 |
---|---|---|---|
binary_data_base64 | Array of String | 输出处理过的图片Base64数组(单张图) | |
image_urls | Array of String | 输出处理过的图片url |
{ "req_key": "img2img_disney_3d_style_usage", "image_urls": [ "https://xx" ], "return_url": True, "logo_info": { "add_logo": True, "position": 0, "language": 0, "logo_text_content": "这里是明水印内容" } }
{ "code": 10000, "data": { "1332073689": 1332073689, "3Dpet_Disney01_strength_clip": 0.6, "3Dpet_Disney01_strength_model": 0.6, "algorithm_base_resp": { "status_code": 0, "status_message": "Success" }, "apply_id_layer": "3,4,5,6,7,8,9,10", "binary_data_base64": [ "/9xxx", //重点关注此返回,转换后的图片Base64 ], "clip_skip": -2, "cn_mode": 0, "comfyui_cost": 4, "controlnet_weight": 0.4, "ddim_steps": 20, "i2t_tag_text": "", "id_weight": 0, "image_urls": [ "https://xxx" ], "long_resolution": 832, "lora_map": { "3Dpet_Disney01": { "strength_clip": 0.6, "strength_model": 0.6 } }, "prompt": "", "sampler_name": "dpmpp_2m", "scale": 5, "scheduler": "karras", "seed": -1, "strength": 0.6, "sub_prompts": [ ], "u_prompt": "(((embedding:EasyNegative))), (((wrong clothing))), (colorful hair), paintings, 2d, sketch, (nsfw), (nude), (messy hair), high skull, (big head), fluttering hair, (limb errors), wrong eyes, bad-artist, embedding:badhandv4, flag, text, logo, trademark, brand, nudity, bare, uncovered, naked, breasts, plump breasts, big breasts, nipples, butt, ass, bad hands, broken limbs, broken fingers, extra fingers, fewer fingers, strange fingers, bad hand, skin blemishes, (ugly:1.2), (low quality:2), (normal quality:2), ((open mouth))" }, "message": "Success", "request_id": "202405201722544E4A22904AB5C20B42D5", "status": 10000, "time_elapsed": "5.849820164s" }
(1)通用错误码
请参考通用返回字段及错误码
(2)业务错误码
请参考SDK使用说明