Moebits / Waifu2x-GUI

An app that upscales anime-styled images, gifs, videos, and pdfs with waifu2x.
Other
289 stars 13 forks source link

W2X shows its upscaling but it does not save the images - ergo - cannot create upscaled video #10

Closed stinkybread closed 1 year ago

stinkybread commented 1 year ago

After it's 1st run - the app creates the images and creates the folder for saving upscaled images but does not actually save them in the folder. When it then finishes upscaling per the app, it obviously cannot find any upscaled images in that folder and throws an error message

Screenshot 2023-05-06 at 9 38 58 PM

Note that this error persists across version till the latest one. I am running a Macbook Pro M1 Pro .

Moebits commented 1 year ago

On Mac you have to compile it from source because it relies on external dependencies and the version I compiled might be old (I have no plans to constantly update it).

https://github.com/Tenpi/Waifu2x-GUI#macos

Alternatively, switch to the ESRGAN upscaler, which is faster and produces better results. Only limitation is that scaling is limited to the range 2-4.

stinkybread commented 1 year ago

Thank you for your comment. I will check it out.

JFMugen commented 10 months ago

@Tenpi I am having this issue on Windows as well. Looks like it works on Real-Esrgan, but on Waifu2X it doesn't create upscaled images and give the same error.

Personally I don't think Real-Esrgan is good enough for details as well :/

stinkybread commented 9 months ago

@JFMugen - You can alternatively pursue other applications, more custom built like https://github.com/chaiNNer-org/chaiNNer - Here you can possibly use a wider range of models. Not as easy as W2X but gets it done on a mac.

JFMugen commented 9 months ago

@JFMugen - You can alternatively pursue other applications, more custom built like https://github.com/chaiNNer-org/chaiNNer - Here you can possibly use a wider range of models. Not as easy as W2X but gets it done on a mac.

I am mainly using for videos, and not many offers that. (I guess I can do it with ffmpeg myself but lazy :)

Moebits commented 9 months ago

@JFMugen If a Windows update broke waifu2x cpp there's not much I can do. I don't maintain that software and it was abandoned. You can try finding a different model and I will see if I can add it. Preferably it should be an executable file, I'm not sure if you can run a python model on my codebase.

@stinkybread it does work on mac (I'm a mac user) you just have to compile it. If you are still interested I could write more detailed instructions.