superhighfives/living-room-reimaginator

Public
0 runs

Run superhighfives/living-room-reimaginator 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
living_room_image
string
Photo of the living room to redesign
style
None
modern
Interior design style
hue
None
neutral
Color palette and hue preference
era
None
contemporary
Design era/decade inspiration
seed
integer
42
Random seed for reproducible results

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "empty_room",
    "transformed_image",
    "style_description"
  ],
  "properties": {
    "empty_room": {
      "type": "string",
      "title": "Empty Room",
      "format": "uri"
    },
    "style_description": {
      "type": "string",
      "title": "Style Description"
    },
    "transformed_image": {
      "type": "string",
      "title": "Transformed Image",
      "format": "uri"
    }
  }
}