curl --location --request GET 'open/controlnet' \
--form 'type="sdxl"'
{
"code": 200,
"data": [
{
"id": 0,
"name": "生成图基于原图的内容",
"subtitle": "相似度",
"weight": 0.8,
"minweight": 0.05,
"maxweight": 1
},
{
"id": 415,
"name": "精准控制:复刻轮廓线条",
"subtitle": "控制强度",
"weight": 0.8,
"minweight": 0.3,
"maxweight": 1
}
],
"message": "success"
}