We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c52639 commit f7863e1Copy full SHA for f7863e1
invokeai/frontend/web/src/app/types/invokeai.ts
@@ -65,6 +65,10 @@ export type AppConfig = {
65
*/
66
shouldUpdateImagesOnConnect: boolean;
67
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
+ */
72
maxUpscaleDimension?: number;
73
allowPrivateBoards: boolean;
74
disabledTabs: InvokeTabName[];
0 commit comments