Fixes error when inpainting with show progress images enabled

This commit is contained in:
psychedelicious 2022-10-31 13:30:34 +11:00
parent 9e70c216f6
commit 5f09ffa276
3 changed files with 46 additions and 43 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="./assets/index.2c555f8d.js"></script>
<link rel="stylesheet" href="./assets/index.f068f070.css">
<script type="module" crossorigin src="./assets/index.a0494439.js"></script>
<link rel="stylesheet" href="./assets/index.da6d4055.css">
</head>
<body>

View File

@ -132,6 +132,9 @@ export const frontendToBackendParameters = (
}
generationParameters.bounding_box = boundingBox;
// TODO: The server metadata generation needs to be changed to fix this.
generationParameters.progress_images = false;
}
if (shouldGenerateVariations) {