enhance-replicate/flix_signature
Public
18.5K
runs
Run enhance-replicate/flix_signature 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 |
|---|---|---|---|
| ping |
boolean
|
False
|
Ping
|
| seed |
integer
|
Seed
|
|
| size |
integer
|
360
|
Size
|
| fonts |
array
|
One or more font names; each gets a generated signature. Allowed: mrs_saint_delafield, brittany_signature, signatura_monoline, centralwell, modernline, secretoria, signatie, whispering_signature
|
|
| denoise |
number
|
0.3
|
Denoise
|
| user_name |
string
|
|
User Name
|
| text_color |
string
|
#000000
|
Text Color
|
| background_color |
string
|
#ffffff
|
Background Color
|
| include_underline |
boolean
|
True
|
Include Underline
|
{
"type": "object",
"title": "Input",
"required": [
"fonts"
],
"properties": {
"ping": {
"type": "boolean",
"title": "Ping",
"default": false,
"description": "Ping"
},
"seed": {
"type": "integer",
"title": "Seed",
"description": "Seed"
},
"size": {
"type": "integer",
"title": "Size",
"default": 360,
"description": "Size"
},
"fonts": {
"type": "array",
"items": {
"type": "string"
},
"title": "Fonts",
"description": "One or more font names; each gets a generated signature. Allowed: mrs_saint_delafield, brittany_signature, signatura_monoline, centralwell, modernline, secretoria, signatie, whispering_signature"
},
"denoise": {
"type": "number",
"title": "Denoise",
"default": 0.3,
"description": "Denoise"
},
"user_name": {
"type": "string",
"title": "User Name",
"default": "",
"description": "User Name"
},
"text_color": {
"type": "string",
"title": "Text Color",
"default": "#000000",
"description": "Text Color"
},
"background_color": {
"type": "string",
"title": "Background Color",
"default": "#ffffff",
"description": "Background Color"
},
"include_underline": {
"type": "boolean",
"title": "Include Underline",
"default": true,
"description": "Include Underline"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
},
"title": "Output"
}