You're looking at a specific version of this model. Jump to the model overview.

fofr /image-merger:db2c826b

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
image_1
string
None
image_1_strength
number
1

Max: 1

The strength of the first image
image_2
string
None
image_2_strength
number
1

Max: 1

The strength of the second image
merge_mode
string (enum)
full

Options:

full, left_right, top_bottom

The mode to use for merging the images
prompt
string
a photo
A prompt to guide the image merging
negative_prompt
string
ugly, broken, distorted
Things you do not want in the merged image
width
integer
768
None
height
integer
768
None
steps
integer
20
None
control_image
string
An optional image to use with control net to influence the merging
seed
integer
Fix the random seed for reproducibility
upscale_2x
boolean
False
None
upscale_steps
integer
20
The number of steps per controlnet tile
animate
boolean
False
Animate merging from one image to the other. Only the video is returned.
animate_frames
integer
24
The number of frames to generate for the animation
return_temp_files
boolean
False
Return any temporary files, such as preprocessed controlnet images. Useful for debugging.

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'}