csviverdeia/controlnet-seg-room

Geracao de quartos a partir de mapa de segmentacao + prompt (ControlNet + SD v1.5)

Public
8 runs

Run csviverdeia/controlnet-seg-room 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
seg_image
string
Segmentation map RGB (ADE20K palette).
prompt
string
a luxurious modern living room with large windows, natural light, scandinavian style
None
negative_prompt
string
ugly, blurry, low quality, distorted, deformed, dark, gloomy
None
num_inference_steps
integer
20

Min: 10.0

Max: 100.0

None
guidance_scale
number
7.5

Min: 1.0

Max: 20.0

None
controlnet_conditioning_scale
number
1.0

Max: 2.0

None
seed
integer
-1
None
width
integer
512

Min: 256.0

Max: 1024.0

None
height
integer
512

Min: 256.0

Max: 1024.0

None

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