
pipeline-examples/interior-designer

Transform your room using this interior designer app
Public
376
runs
Run pipeline-examples/interior-designer with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
room_image |
string
|
Upload a photo of your room to transform
|
|
style |
None
|
mid_century_modern
|
Choose your interior design style
|
seed |
integer
|
Random seed for consistent results
|
{
"type": "object",
"title": "Input",
"required": [
"room_image",
"seed"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 2,
"description": "Random seed for consistent results"
},
"style": {
"enum": [
"coastal_beachy",
"mid_century_modern",
"rustic_bohemian",
"scandinavian_minimalist",
"industrial_modern",
"farmhouse_chic",
"art_deco_glamour",
"mediterranean_villa",
"modern_luxury",
"japanese_zen",
"victorian_elegant",
"tropical_modern"
],
"type": "string",
"title": "style",
"description": "Choose your interior design style",
"default": "mid_century_modern",
"x-order": 1
},
"room_image": {
"type": "string",
"title": "Room Image",
"format": "uri",
"x-order": 0,
"description": "Upload a photo of your room to transform"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}
Example API response
View prediction
'https://replicate.delivery/xezq/AzrnZYNZSsIDBdYm8JEPoyncJKa737ymtNlJRYfLdBPDNRmKA/tmps9as1vu6.png'