负载 Vae
开发环境
开发环境
POST
https://stablediffusionapi.com/api/v1/enterprise/load_vae
POST
向 https://stablediffusionapi.com/api/v1/enterprise/load_vae 接口发送请求以加载 vae请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/load_vae?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \
--data-raw '{
"key": "enterprise_api_key",
"webhook": "http://webhook-url.com",
"vae_id": "vae-kl-f8-anime2",
"vae_url": "bullhug/kl-f8-anime2",
"vae_type": "diffusers"
}'
响应示例响应示例
{
"status": "string",
"message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2023-10-30 07:57:27