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

How to choose / select another model_name ?

Open sbgraphic opened this issue 9 months ago • 1 comments

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 a lot for this project !

sbgraphic avatar Sep 26 '23 10:09 sbgraphic

Just change the used model ? here is a line from a batch script of mine:

realesrgan-ncnn-vulkan.exe -i "%output_ffmpeg%" -o "%input_from_ESRGAN%" -n RealESRGAN_x4plus_anime_6B -s 4 -f jpg -t 1024 -j 4:4:4

just change the model name to the one you want to use, without extension. Here: -n RealESRGAN_x4plus_anime_6B

Baschbox avatar Oct 17 '23 19:10 Baschbox