Skip to content

Commit 83c8d56

Browse files
authored
Merge pull request #163 from togethercomputer/add-ref-images
add reference_images to /images/generations
2 parents 90763ba + b61214b commit 83c8d56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,12 @@ paths:
10541054
scale:
10551055
type: number
10561056
description: The strength of the LoRA's influence. Most LoRA's recommend a value of 1.
1057+
reference_images:
1058+
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.
1059+
type: array
1060+
items:
1061+
type: string
1062+
description: URL of a reference image to guide the image generation.
10571063
disable_safety_checker:
10581064
type: boolean
10591065
description: If true, disables the safety checker for image generation.

0 commit comments

Comments
 (0)