Enhance a house interior
Upload a photo of an interior, choose a theme and get a new interior design.
Features
- - Preserve elements such as the wall, ceiling, floor
Use case example
- - Interior renovation
Technical
Pipeline with controlnet, canny, SDXL, inpainting, SAM
Try it
You have to be logged in to run this model
Examples
Input
{"input":{"prompt":"Photo of a beautiful modern li...""objects_to_keep":"""image":"https://rbqktisnztholqojxlaf.s...""style_image":"num_outputs":2"seed":1188}"id":109}
Output
{"status":"succeeded""output":[0:"https://rbqktisnztholqojxlaf.s..."1:"https://rbqktisnztholqojxlaf.s..."2:"https://rbqktisnztholqojxlaf.s..."3:"https://rbqktisnztholqojxlaf.s..."4:"https://rbqktisnztholqojxlaf.s..."5:"https://rbqktisnztholqojxlaf.s..."]"prediction_time":18.16665}
API Information
Input description
prompt string
Input prompt
Default value: Photo of a beautiful and modern living room
objects_to_keep string
Input objects to keep, separated by commas (ceiling, wall, floor...)
Default value: ceiling
image uri
Input image for img2img or inpaint mode
style_image uri
Style transfer image
num_outputs integer
Number of images to output.
Default value: 1
seed integer
Random seed. Leave blank to randomize the seed
Output JSON Schema
This represents the JSON schema that details the structure of the model's output.
{
"type":"array"
"items":{
"type":"string"
"format":"uri"
}
"title":"Output"
}