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
2 changes: 1 addition & 1 deletion built-in-nodes/OpenAIGPTImageNodeV2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This node generates images using OpenAI's GPT Image API. It supports multiple mo

**Parameter Constraints and Limitations:**

- When using `gpt-image-2` with a `model.size` of "Custom", the `custom_width` and `custom_height` must be multiples of 16, the maximum edge must be <= 3840, the aspect ratio must not exceed 3:1, and the total pixel count must be between 655,360 and 8,294,400.
- When using `gpt-image-2` with a `model.size` of "Custom", the `custom_width` and `custom_height` must be multiples of 16, the maximum edge must be less than or equal to 3840, the aspect ratio must not exceed 3:1, and the total pixel count must be between 655,360 and 8,294,400.
- If a `mask` is provided, an input image (`model.images`) is required. A mask cannot be used without an input image.
- A mask cannot be used with multiple input images.
- When a mask is provided, the mask dimensions must match the input image dimensions.
Expand Down
Loading