You're looking at a specific version of this model. Jump to the model overview.
krunalmangroliya /uno-1:ee7073de
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
|
Text prompt for image generation.
|
|
image_ref1 |
string
|
Reference image 1 (optional).
|
|
image_ref2 |
string
|
Reference image 2 (optional).
|
|
image_ref3 |
string
|
Reference image 3 (optional).
|
|
image_ref4 |
string
|
Reference image 4 (optional).
|
|
width |
integer
|
1024
|
Width of the generated image.
|
height |
integer
|
1024
|
Height of the generated image.
|
num_steps |
integer
|
25
Min: 1 Max: 100 |
Number of diffusion steps.
|
guidance |
number
|
4
|
Guidance scale. Higher values adhere more closely to the prompt.
|
seed |
integer
|
-1
|
Seed for random number generation. Use -1 for a random seed.
|
ref_size |
integer
|
-1
|
Reference image size for preprocessing. Use -1 for default (512 for 1 ref, 320 for multiple).
|
pe |
string
(enum)
|
d
Options: d, h, w, o |
Positional encoding type.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}