POST
v1
/
replicate
/
imagegeneration

Query

model
string
default: "lorenzomarines/astra"required

The image model to be used;

Body

prompt
string
required

Input prompt

width
int
default: "1024"

Width of output image. Recommended 1024 or 1280

height
int
default: "1024"

Height of output image. Recommended 1024 or 1280

num_outputs
int
default: "1"

Number of images to output.

negative_prompt
string

Negative Input prompt

num_inference_steps
int
default: "50"

Number of denoising steps.

scheduler
string
default: "K_EULER"

scheduler

guidance_scale
float
default: "7.0"

Scale for classifier-free guidance

prompt_strength
float
default: "0.8"

Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image

lora_scale
float
default: "0.6"

LoRA additive scale. Only applicable on trained models.

apply_watermark
boolean
default: "false"

Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.

image
file

Input image for img2img or inpaint mode

mask
file

Input image for img2img or inpaint mode