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

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) {