mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes error when inpainting with show progress images enabled
This commit is contained in:
parent
9e70c216f6
commit
5f09ffa276
File diff suppressed because one or more lines are too long
4
frontend/dist/index.html
vendored
4
frontend/dist/index.html
vendored
@ -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>
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user