You're looking at a specific version of this model. Jump to the model overview.
lambdal /image-mixer:23d37d11
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 |
---|---|---|---|
image1 |
string
|
First input image
|
|
image2 |
string
|
Second input image
|
|
image1_strength |
number
|
1
Max: 5 |
Mixing strength of the first image
|
image2_strength |
number
|
1
Max: 5 |
Mixing strength of the second image
|
num_samples |
integer
|
1
Max: 4 |
Number of outputs
|
num_steps |
integer
|
30
Max: 100 |
Number of iterations
|
cfg_scale |
number
|
3.5
Max: 10 |
CFG Scale
|
seed |
integer
|
0
Max: 10000 |
Set seed
|
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'}