web-cardinalblue / piccollage-bg-lora

  • Public
  • 476 runs
  • GitHub

Run web-cardinalblue/piccollage-bg-lora 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
Input prompt
negative_prompt
string
weird, blurred, low-quality, clustered, ugly
Negative prompt
num_images
integer
8
Number of images to generate
seamless
boolean
True
Make the images seamless
seed
integer
Seed to get reproducible results
batch_size
integer
8
Number of images to generate in one forward pass
lora_model
string (enum)
Vector Style, 77MB_Rank100_Steps4000

Options:

Vector Style, 77MB_Rank100_Steps4000, Vector Style, 77MB_Rank100_Steps6000, Vector Style, 7MB_Rank10_Steps4000

Pick the LoRA model you want to use

Output schema

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

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}