警告 重新加载模型需要2 分钟。
POST
向https://stablediffusionapi.com/api/v4/dreambooth/model_reload 接口发送请求,以重新加载请求正文中model_id参数指定的特定模型。curl --location --request POST 'https://stablediffusionapi.com/api/v4/dreambooth/model_reload' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"model_id": "model_id"
}'
{}