mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-08 02:04:58 -05:00
Fixes error when inpainting with show progress images enabled
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user