Interior Design API — Generate Room Designs
Generate interior design images for room types, styles, and layouts via the AI API.
Generate interior for room using photo of room
--request POST 'https://stablediffusionapi.com/api/v5/interior' \
Make a POST request to https://stablediffusionapi.com/api/v5/interior endpoint and passinit_image as the image url and prompt as the prompt text.
key : Your API Key
prompt : The prompt text
guidance_scale : Image Guidance Scale
init_image : link of Initial Image
Request Body
Body Raw
{
"key": "",
"init_image" : "https://huggingface.co/lllyasviel/sd-controlnet-mlsd/resolve/main/images/room.png",
"prompt" : "room",
"steps" : 50,
"guidance_scale" : 7
}