Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions enterprise-api/flux-klein/img2img.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Make a `POST` request to below endpoint and pass the required parameters as a re
Items you don't want in the image.
</ParamField>

<ParamField query="init_image" type="array" placeholder="array of image URL. Max 4">
Link to the Initial Image.
<ParamField query="init_image" type="array" required placeholder="array of image URL. Max 4">
Array of up to 4 initial image URLs to use as reference. A single image URL string is also accepted.
</ParamField>

<ParamField query="width" type="number" placeholder="Width in px">
Expand Down