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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;servingParams&quot;:{&quot;qui6&quot;:&quot;\u003cstring\u003e&quot;,&quot;ad_fa&quot;:&quot;\u003cstring\u003e&quot;},&quot;deployment_id&quot;:&quot;\u003cstring\u003e&quot;}