Moebits / Waifu2x-GUI

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

Request for Linux adaptation. #4

Closed ngdngdc closed 1 year ago

ngdngdc commented 2 years ago

Can you provide support for Linux? As an electron application, this should not create much difficulty.

Moebits commented 2 years ago

Will you mind compiling a version of waifu2x-converter-cpp for Linux? I am on a Mac with ARM architecture, so I can only compile for ARM Linux, not the x64 Linux that most people use.

https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/BUILDING.md#linux

Open a pull request in this repository that adds the linux compiled version https://github.com/Tenpi/waifu2x

If you don't want to compile waifu2x, I could just make it work only with Real-ESRGAN on Linux.

ngdngdc commented 2 years ago

I'll try to do that, but frankly, I may have a hard time making time for this.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年10月24日(星期一) 晚上10:07 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Tenpi/Waifu2x-GUI] Request for Linux adaptation. (Issue #4)

你会介意编译一个版本的外服2X型变频器适用于Linux?我用的是ARM架构的Mac,所以我只能为ARM Linux编译,而不是大多数人用的x64 Linux。

https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/BUILDING.md#linux

在此存储库中打开添加linux编译版本的pull请求 https://github.com/Tenpi/waifu2x

If you don't want to compile waifu2x, I could just make it work only with Real-ESRGAN on Linux.

— Reply to this email directly,view it on GitHub, orunsubscribe. You are receiving this because you authored the thread.Message @.***与>

ngdngdc commented 2 years ago

Will you mind compiling a version of waifu2x-converter-cpp for Linux? I am on a Mac with ARM architecture, so I can only compile for ARM Linux, not the x64 Linux that most people use.

https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/BUILDING.md#linux

Open a pull request in this repository that adds the linux compiled version https://github.com/Tenpi/waifu2x

If you don't want to compile waifu2x, I could just make it work only with Real-ESRGAN on Linux.

Sorry, the beignet that waifu2x depends on failed to compile on my device, so I may not be able to compile waifu2x-converter-cpp. But I found the archlinuxcn team compiled and packaged waifu2x and waifu2x-cuda in the Arch Linux CN Community repo, and after unpacking you can get the binaries. I think this should work. Here is the Arch Linux CN Community repo mirrors list.

Moebits commented 1 year ago

Added linux version, let me know if it doesn't work.