Skip to content

Commit d7d3d56

Browse files
committed
docs: fixed note & warning
1 parent b14068f commit d7d3d56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,15 @@ Each object within the `input.images` array must contain:
9393
| `name` | String | Yes | Filename used to reference the image in the workflow (e.g., via a "Load Image" node). Must be unique within the array. |
9494
| `image` | String | Yes | Base64 encoded string of the image. A data URI prefix (e.g., `data:image/png;base64,`) is optional and will be handled correctly. |
9595

96-
> [!NOTE] > **Size Limits:** RunPod endpoints have request size limits (e.g., 10MB for `/run`, 20MB for `/runsync`). Large base64 input images can exceed these limits. See [RunPod Docs](https://docs.runpod.io/docs/serverless-endpoint-urls).
96+
> [!NOTE]
97+
>
98+
> **Size Limits:** RunPod endpoints have request size limits (e.g., 10MB for `/run`, 20MB for `/runsync`). Large base64 input images can exceed these limits. See [RunPod Docs](https://docs.runpod.io/docs/serverless-endpoint-urls).
9799
98100
### Output
99101

100-
> [!WARNING] > **Breaking Change in Output Format (5.0.0+)**
102+
> [!WARNING]
103+
>
104+
> **Breaking Change in Output Format (5.0.0+)**
101105
> Versions `< 5.0.0` returned the primary image data (S3 URL or base64 string) directly within an `output.message` field.
102106
> Starting with `5.0.0`, the output format has changed significantly, see below
103107

0 commit comments

Comments
 (0)