Skip to content

Commit b98abc2

Browse files
chore(ui): typegen
1 parent 7e527cc commit b98abc2

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,7 +2725,7 @@ export type components = {
27252725
file: Blob;
27262726
/**
27272727
* Resize To
2728-
* @description Dimensions to resize the image to, must be stringified JSON array of 2 integers
2728+
* @description Dimensions to resize the image to, must be stringified tuple of 2 integers. Max total pixel count: 16777216
27292729
*/
27302730
resize_to?: string | null;
27312731
/**

0 commit comments

Comments
 (0)