AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
{
"main_model_id": 0,
"batch_size": 1,
"steps": 20,
"cfg_scale": 7.5,
"seed": -1,
"sampler": "Euler",
"width": 0,
"height": 0,
"clip_skip": 1,
"translate_prompt": false,
"positive_prompts": [
"string"
],
"negative_prompts": [
"string"
],
"enable_control_net": true,
"control_net_params": [
{
"control_net_img": "string",
"control_pre_set_id": "string",
"control_weight": 0,
"model_id": 0,
"pre_processor_id": 0,
"starting_control_step": 0,
"ending_control_step": 0,
"control_mode": "string",
"resize_mode": "string",
"pre_processor_resolution": 0,
"param_1_value": 0,
"param_2_value": 0
}
],
"use_custom_main_model_vae": true
}