wtf how did that even work
This commit is contained in:
parent
8818a355f6
commit
8329784c88
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue