Skip to content

Commit 37910dd

Browse files
authored
Merge pull request #173 from aimlapi/stelyatko/feat-add-flux-realism-num-images-desc
2 parents 86dd5e5 + 46f2477 commit 37910dd

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)