mbentley124 / openjourney-img2img

This is the OpenJourney img2img model

  • Public
  • 89.1K runs
  • A100 (80GB)

Run mbentley124/openjourney-img2img with an API

Input schema

imageuri

Image that will be used as the starting point for the process.

promptstring

The prompt to guide the image generation.

strengthnumber

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.

Default
0.8
Maximum
1
guidance_scalenumber

Higher guidance scale encourages to generate images that are closely linked to the text prompt, usually at the expense of lower image quality.

Default
7.5
negative_promptstring

The prompt not to guide the image generation.

num_inference_stepsinteger

The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference.

Default
50
Minimum
1
Maximum
500
num_images_per_promptinteger

The number of images to generate

Default
1
Minimum
1
Maximum
16

Output schema

Type
uri[]