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: packages/openapi/descriptions/image.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export default {
10
10
desc: `Number of image variations to generate. Each image is a different attempt to combine the reference images (from the image_url parameter) according to the prompt.`,
11
11
},
12
12
flux_realism: {
13
-
desc: `The number of images to generate. This is always set to 1 for streaming output. Default value: 1`,
13
+
desc: `The number of images to generate. This is always set to 1 for streaming output. Default value: 1.`,
14
14
},
15
15
},
16
16
seed: {
@@ -116,7 +116,7 @@ export default {
116
116
If transparent, the output format needs to support transparency, so it should be set to either png (default value) or webp.`,
117
117
},
118
118
moderation: {
119
-
desc: `Control the content-moderation level for images`,
119
+
desc: `Control the content-moderation level for images.`,
120
120
},
121
121
output_compression: {
122
122
desc: `The compression level (0-100%) for the generated images.`,
0 commit comments