Skip to content

Commit f7863e1

Browse files
docs(ui): add docstring for maxUpscaleDimension
1 parent 7c52639 commit f7863e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

invokeai/frontend/web/src/app/types/invokeai.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ export type AppConfig = {
6565
*/
6666
shouldUpdateImagesOnConnect: boolean;
6767
shouldFetchMetadataFromApi: boolean;
68+
/**
69+
* Sets a size limit for outputs on the upscaling tab. This is a maximum dimension, so the actual max number of pixels
70+
* will be the square of this value.
71+
*/
6872
maxUpscaleDimension?: number;
6973
allowPrivateBoards: boolean;
7074
disabledTabs: InvokeTabName[];

0 commit comments

Comments
 (0)