Enhance a house exterior (garden, water pool, terrace)
Upload a photo of an exterior, choose a target (garden, waterpool, terrace) and get a new exterior design.
Features
- - Preserve elements such as the house facade, roof
- - Preserve the lines of the garden
- - Theme: garden, waterpool, terrace
Use case example
- - Exterior renovation
- - Create a waterpool in a garden
- - Visualize a new terrace
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 renovated...""objects_to_keep":"house""image":"https://rbqktisnztholqojxlaf.s...""style_image":"num_outputs":1"seed":5552}"id":104}
Output
{"status":"succeeded""output":[0:"https://rbqktisnztholqojxlaf.s..."1:"https://rbqktisnztholqojxlaf.s..."2:"https://rbqktisnztholqojxlaf.s..."3:"https://rbqktisnztholqojxlaf.s..."4:"https://rbqktisnztholqojxlaf.s..."]"prediction_time":25.121365}
API Information
Input description
prompt string
Input prompt
Default value: Photo of a beautiful renovated house and a garden
objects_to_keep string
Input objects to keep, separated by commas
Default value: house
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"
}