Real-ESRGAN-ncnn-vulkan icon indicating copy to clipboard operation
Real-ESRGAN-ncnn-vulkan copied to clipboard

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.

Results 53 Real-ESRGAN-ncnn-vulkan issues
Sort by recently updated
recently updated
newest added

Many times I had the case where I just wanted to remove noise on an image without actually resizing it. Saving images to the disk in very large sizes is...

Hello, I tried to look the provided link about this question but no luck. https://github.com/xinntao/Real-ESRGAN/blob/master/docs/docs/model_zoo.md docs/docs/model_zoo.md How do I select another model_name terminal command such as -n … ? Thanks...

How to config *.param file and convert fintuned RealESRGAN_x4plus model file into bin file,so that the Real-ESRGAN-ncnn-vulkan can use customized model file.

Hey, Please consider adding to README a section how to get the pre-trained model files. Currently you'd need to extract them from the following links - https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-ubuntu.zip - https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesr-animevideov3.pth -...

vulkan update rtx 4090 please I tried 6 cards of 4090 to test, but the speed is same as 4090 (1 card only). realesrgan-ncnn-vulkan.exe -i import\Dekiru_Neko_wa_Kyou_mo_Yuuutsu_01 -o export\Dekiru_Neko_wa_Kyou_mo_Yuuutsu_01_out -n realesr-animevideov3-x4...

Hi, Is it possible to pass a picture to a program without a file on disk (for example, using base64 string as an argument / stdin / etc) and get...

I recently upgraded to MacOS Ventura and the binary no longer works. I tried building it against latest Vulkan SDK and XCode 14.2, but it still segfaults. Here's the segfault...

I've successfully gotten this implemented and running on my M2 Mac, but is it possible to get it to use the GPU instead of the CPU? I was guessing 'no'...

Hello, When I use anything else than the value 4 for my scale parameter I get the image cut up into 4 sections and bundled together randomly. Here's an example:...

I hope the pull request isn't all that ridiculous, I just wanted to share that in case someone also wants simple automation help. Description: When a folder is dragged and...