Fixed for v1.5 release

This commit is contained in:
Nayam Amarshe
2022-09-19 05:24:45 +05:30
parent cbb2595c8f
commit 31c338679a
16 changed files with 181 additions and 177 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@@ -110,7 +110,6 @@ ipcMain.on(commands.DOUBLE_UPSCAYL, async (event, payload) => {
const model = payload.model;
let inputDir = payload.imagePath.match(/(.*)[\/\\]/)[1] || "";
let outputDir = payload.outputPath;
console.log(outputDir);
// COPY IMAGE TO TMP FOLDER
const platform = getPlatform();