Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,12 @@ paths:
scale:
type: number
description: The strength of the LoRA's influence. Most LoRA's recommend a value of 1.
reference_images:
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.
type: array
items:
type: string
description: URL of a reference image to guide the image generation.
disable_safety_checker:
type: boolean
description: If true, disables the safety checker for image generation.
Expand Down
Loading