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
|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 4,
"description": "Seed to get reproducible results"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Input prompt"
},
"seamless": {
"type": "boolean",
"title": "Seamless",
"default": true,
"x-order": 3,
"description": "Make the images seamless"
},
"batch_size": {
"type": "integer",
"title": "Batch Size",
"default": 8,
"x-order": 5,
"description": "Number of images to generate in one forward pass"
},
"lora_model": {
"enum": [
"Vector Style, 77MB_Rank100_Steps4000",
"Vector Style, 77MB_Rank100_Steps6000",
"Vector Style, 7MB_Rank10_Steps4000"
],
"type": "string",
"title": "lora_model",
"description": "Pick the LoRA model you want to use",
"default": "Vector Style, 77MB_Rank100_Steps4000",
"x-order": 6
},
"num_images": {
"type": "integer",
"title": "Num Images",
"default": 8,
"x-order": 2,
"description": "Number of images to generate"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "weird, blurred, low-quality, clustered, ugly",
"x-order": 1,
"description": "Negative prompt"
}
}
}
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"
}