Skip to content

Commit fcda3ac

Browse files
authored
guidance_scale fix
fix: Changing guidance > guidance_scale
2 parents 4b3a8a3 + d5fdd13 commit fcda3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ paths:
349349
enum:
350350
- base64
351351
- url
352-
guidance:
352+
guidance_scale:
353353
type: number
354354
description: Adjusts the alignment of the generated image with the input prompt. Higher values (e.g., 8-10) make the output more faithful to the prompt, while lower values (e.g., 1-5) encourage more creative freedom.
355355
default: 3.5

0 commit comments

Comments
 (0)