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
@@ -878,6 +878,12 @@ paths:
878
878
scale:
879
879
type: number
880
880
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.
881
887
disable_safety_checker:
882
888
type: boolean
883
889
description: If true, disables the safety checker for image generation.
0 commit comments