jackieyaung/sd-1.5-architect-fastest

Fast and cost-efficient SD 1.5 (LCM) model for interior and architectural image generation.

Public
23 runs

Run jackieyaung/sd-1.5-architect-fastest 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
Input image for img2img
prompt
string
modern interior design, minimalist, 8k, photorealistic
Input prompt
negative_prompt
string
worst quality, low quality, normal quality, lowres, monochrome, grayscale, watermark, text, signature, bad anatomy, bad perspective
Negative prompt
strength
number
0.5

Max: 1

Strength of the img2img transformation (0.0 to 1.0)
guidance_scale
number
1.5

Min: 1

Max: 3

Guidance scale (CFG). For LCM, keep this low (1.0 - 2.0)
num_inference_steps
integer
6

Min: 2

Max: 20

Number of inference steps. For LCM, 4-8 is usually sufficient.
seed
integer
Random seed. Leave blank to randomize the seed
output_format
None
png
Format of the output image
output_quality
integer
90

Max: 100

Quality of the output image (0-100)

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