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
{
"key": "",
"init_image" : "https://huggingface.co/lllyasviel/sd-controlnet-mlsd/resolve/main/images/room.png",
"prompt" : "room",
"steps" : 50,
"guidance_scale" : 7
}