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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ export default {
9
9
flux_kontext: {
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
+
flux_realism: {
13
+
desc: `The number of images to generate. This is always set to 1 for streaming output. Default value: 1`,
14
+
},
12
15
},
13
16
seed: {
14
17
desc: `The same seed and the same prompt given to the same version of the model will output the same image every time.`,
0 commit comments