Deploy Dreambooth
POST {{baseUrl}}/deploy/sdxl-dreambooth
Service to deploy sdxl dreambooth trained adapter along with basemodel to deploy as Custom Deployment.
Request Body
{"deployment_name"=>"loyal_sagan", "basemodel_path"=>"<string>", "hf_token"=>"<string>", "loramodel_path"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e","servingParams":{"qui6":"\u003cstring\u003e","ad_fa":"\u003cstring\u003e"},"deployment_id":"\u003cstring\u003e"}