DreamBooth Reload Model

After 7 days of inactivity, model will be deleted from inference server.

To reload a model and using it again, you can make api call. it will take 2 minutes to reload a model.


--request POST 'https://stablediffusionapi.com/api/v4/dreambooth/model_reload' \

Make a POST request to https://stablediffusionapi.com/api/v4/dreambooth/model_reload endpoint.

Click HERE to watch a how to video.

Request Body

Body Raw
{
 "key": "",
 "model_id": "model_id"
}