
adirik/interior-design-v2

Transform empty rooms into furnished and stylized rooms
Public
70
runs
Run adirik/interior-design-v2 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
|
|
room_type |
None
|
living_room
|
Choose your room category
|
style |
None
|
mid_century_modern
|
Choose your interior design style
|
{
"type": "object",
"title": "Input",
"required": [
"room_image"
],
"properties": {
"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": 2
},
"room_type": {
"enum": [
"living_room",
"bedroom",
"kitchen",
"home_office",
"bathroom",
"dining_room"
],
"type": "string",
"title": "room_type",
"description": "Choose your room category",
"default": "living_room",
"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/mNiPIR4GbHZ8OxpQM29gNFFZjnheYyrHIYG5SdhvH1uPWwpKA/tmpewgbosqh.jpeg'