Dreambooth Inpainting

Use dreambooth inpainting to get inpainting for an image.


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

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

Click HERE to watch a how to video.

Request Body

Body Raw
{
 "key": "",
 "model_id": "your_model_id",
 "prompt": "a cat sitting on a bench",
 "negative_prompt": null,
 "init_image": "https://raw.githubusercontent.com/CompVis/stable-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo.png",
 "mask_image": "https://raw.githubusercontent.com/CompVis/stable-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo_mask.png",
 "width": "512",
 "height": "512",
 "samples": "1",
 "scheduler": null,
 "num_inference_steps": "30",
 "guidance_scale": 7.5,
 "strength": 0.7,
 "seed": null,
 "webhook": null,
 "track_id": null
}