You're looking at a specific version of this model. Jump to the model overview.
mbentley124 /openjourney-img2img:c49a9422
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 |
string
|
Image that will be used as the starting point for the process.
|
|
prompt |
string
|
The prompt to guide the image generation.
|
|
negative_prompt |
string
|
The prompt not to guide the image generation.
|
|
strength |
number
|
0.8
Max: 1 |
Conceptually, indicates how much to transform the reference image. image will be used as a starting point, adding more noise to it the larger the strength. A value of 1 essentially ignores image.
|
num_inference_steps |
integer
|
50
Min: 1 Max: 500 |
The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference.
|
guidance_scale |
number
|
7.5
|
Higher guidance scale encourages to generate images that are closely linked to the text prompt, usually at the expense of lower image quality.
|
num_images_per_prompt |
integer
|
1
Min: 1 Max: 16 |
The number of images to generate
|
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'}