You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1054,6 +1054,12 @@ paths:
1054
1054
scale:
1055
1055
type: number
1056
1056
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.
1057
1063
disable_safety_checker:
1058
1064
type: boolean
1059
1065
description: If true, disables the safety checker for image generation.
0 commit comments