carcruz97 / style-transfer-ii

  • Public
  • 0 runs
Iterate in playground

Run carcruz97/style-transfer-ii 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
image
string
Load your room
type_room
string (enum)
livingRoom

Options:

bedroom, bathroom, kitchen, diningRoom, livingRoom

Which room is it?
prompt
string (enum)
modern

Options:

midCenturyModern, coastal, contemporary, traditional, modern, scandinavian, industrial, minimalist

Select the style
negative_prompt
string
low quality, bad quality, sketches
Input Negative Prompt
num_inference_steps
integer
50

Min: 1

Max: 500

Number of denoising steps
condition_scale
number
0.5

Max: 1

controlnet conditioning scale for generalization
seed
integer
0
Random seed. Set to 0 to randomize the seed

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"
}