lightweight-ai / multi_ref_img_f

  • Public
  • 6 runs
Iterate in playground
Run with an API

Run lightweight-ai/multi_ref_img_f 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
prompt
string
Text prompt
image_ref1
string
Upload an input image
image_ref2
string
Upload an input image
image_ref3
string
Upload an input image
image_ref4
string
Upload an input image
width
integer
512
Output image width
height
integer
512
Output image height
steps
integer
25
Sampling steps
guidance
number
4
Guidance scale
seed
integer
-1
Seed for reproducibility (-1 for random)

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