zust-ai/zust-qr
Public
132.2K
runs
Run zust-ai/zust-qr 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 |
|---|---|---|---|
| is_heartbeat |
boolean
|
False
|
Check if server alive
|
| pipe_type |
string
|
art-coder
|
qr_image or qr_prompt or zust_reference or depth
|
| seed |
integer
|
Seed
|
|
| url_to_encode |
string
|
https://www.google.com
|
URL to encode in QR
|
| image_url |
string
|
https://replicate.delivery/pbxt/dYdYGKKt04pHJ1kle3eStm3q4mfPiUFlQ5xGeM3mfboYbMPUC/out-0.png
|
Image URL
|
| style |
string
|
https://xtpfbcgrwhvcvwrwplap.supabase.co/storage/v1/object/public/qr-artist/pattern/0002.png
|
Style image
|
| version |
integer
|
6
|
Version
|
| level |
integer
|
1
|
Level
|
| mask |
integer
|
1
|
Mask
|
| rotation |
integer
|
0
|
Rotation
|
| epochs |
integer
|
30
|
Epochs
|
| module_size |
integer
|
16
|
Module size
|
| lr |
number
|
0.01
|
Learning rate
|
| content_power |
number
|
7
|
Content weight
|
| code_power |
number
|
5
|
Code weight
|
| style_power |
number
|
0.9
|
Style weight
|
| with_detail |
boolean
|
False
|
Detailed output
|
{
"type": "object",
"title": "Input",
"properties": {
"lr": {
"type": "number",
"title": "Lr",
"default": 0.01,
"x-order": 12,
"description": "Learning rate"
},
"mask": {
"type": "integer",
"title": "Mask",
"default": 1,
"x-order": 8,
"description": "Mask"
},
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 2,
"description": "Seed"
},
"level": {
"type": "integer",
"title": "Level",
"default": 1,
"x-order": 7,
"description": "Level"
},
"style": {
"type": "string",
"title": "Style",
"default": "https://xtpfbcgrwhvcvwrwplap.supabase.co/storage/v1/object/public/qr-artist/pattern/0002.png",
"x-order": 5,
"description": "Style image"
},
"epochs": {
"type": "integer",
"title": "Epochs",
"default": 30,
"x-order": 10,
"description": "Epochs"
},
"version": {
"type": "integer",
"title": "Version",
"default": 6,
"x-order": 6,
"description": "Version"
},
"rotation": {
"type": "integer",
"title": "Rotation",
"default": 0,
"x-order": 9,
"description": "Rotation"
},
"image_url": {
"type": "string",
"title": "Image Url",
"default": "https://replicate.delivery/pbxt/dYdYGKKt04pHJ1kle3eStm3q4mfPiUFlQ5xGeM3mfboYbMPUC/out-0.png",
"x-order": 4,
"description": "Image URL"
},
"pipe_type": {
"type": "string",
"title": "Pipe Type",
"default": "art-coder",
"x-order": 1,
"description": "qr_image or qr_prompt or zust_reference or depth"
},
"code_power": {
"type": "number",
"title": "Code Power",
"default": 5,
"x-order": 14,
"description": "Code weight"
},
"module_size": {
"type": "integer",
"title": "Module Size",
"default": 16,
"x-order": 11,
"description": "Module size"
},
"style_power": {
"type": "number",
"title": "Style Power",
"default": 0.9,
"x-order": 15,
"description": "Style weight"
},
"with_detail": {
"type": "boolean",
"title": "With Detail",
"default": false,
"x-order": 16,
"description": "Detailed output"
},
"is_heartbeat": {
"type": "boolean",
"title": "Is Heartbeat",
"default": false,
"x-order": 0,
"description": "Check if server alive"
},
"content_power": {
"type": "number",
"title": "Content Power",
"default": 7,
"x-order": 13,
"description": "Content weight"
},
"url_to_encode": {
"type": "string",
"title": "Url To Encode",
"default": "https://www.google.com",
"x-order": 3,
"description": "URL to encode in QR"
}
}
}
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"
}