wtf how did that even work

This commit is contained in:
tim h 2022-12-06 21:17:02 -06:00
parent 8818a355f6
commit 8329784c88

View file

@ -839,8 +839,8 @@ async function upscaleAndDownload() {
" openOutpaint image upscaler_" +
upscaler +
"_x" +
upscale_factor;
(".png");
upscale_factor +
".png";
link.href = "data:image/png;base64," + data["image"];
link.click();
});