1
0
Fork 0

fix(gui): send blend strength for inpainting

This commit is contained in:
Sean Sube 2023-01-17 23:06:15 -06:00
parent be3a17b2ff
commit 521fa88e05
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ export function makeClient(root: string, f = fetch): ApiClient {
url.searchParams.append('filter', params.filter);
url.searchParams.append('noise', params.noise);
url.searchParams.append('strength', params.strength.toFixed(FIXED_FLOAT));
if (doesExist(upscale)) {
appendUpscaleToURL(url, upscale);