You're looking at a specific version of this model. Jump to the model overview.
zust-ai /zust-diffusion:cfd83c6e
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
|
txt2img
|
txt2img or img2img or multi_txt2img or multi_img2img
|
| width |
integer
|
768
|
Width of the output image
|
| height |
integer
|
768
|
Height of the output image
|
| prompt |
string
|
standing on a dark marble platform, heavy shadow, in an outdoor patio, plants, flowers, fairy lights
|
Prompt
|
| negative_prompt |
string
|
text, signature, watermark, epic_negative:0.9
|
Negative prompt
|
| num_images_per_prompt |
integer
|
1
Min: 1 |
Number of generations
|
| num_inference_steps |
integer
|
30
Min: 1 |
Iterations
|
| seed |
integer
|
Seed
|
|
| prompt_strength |
number
|
5
Min: 1 |
Prompt strength
|
| with_detail |
boolean
|
False
|
Detailed output
|
| subjects |
string
|
[{"top": 0.15885416666666666, "left": 0.2916666666666667, "scale": 0.0013020833333333333, "image_url": "https://raw.githubusercontent.com/zust-ai/product-ai-training/main/test/test_subject.png"}]
|
Subject placement settings and image urls
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}