Skip to content

Commit b61214b

Browse files
committed
add reference_images to /images/generations
1 parent 7c02e70 commit b61214b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,12 @@ paths:
878878
scale:
879879
type: number
880880
description: The strength of the LoRA's influence. Most LoRA's recommend a value of 1.
881+
reference_images:
882+
description: An array of image URLs that guide the overall appearance and style of the generated image. These reference images influence the visual characteristics consistently across the generation.
883+
type: array
884+
items:
885+
type: string
886+
description: URL of a reference image to guide the image generation.
881887
disable_safety_checker:
882888
type: boolean
883889
description: If true, disables the safety checker for image generation.

0 commit comments

Comments
 (0)