Skip to content

Commit 46f2477

Browse files
committed
feat: add description for flux_realism parameter
1 parent 86dd5e5 commit 46f2477

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/image.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export default {
99
flux_kontext: {
1010
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.`,
1111
},
12+
flux_realism: {
13+
desc: `The number of images to generate. This is always set to 1 for streaming output. Default value: 1`,
14+
},
1215
},
1316
seed: {
1417
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

Comments
 (0)