xinntao / Real-ESRGAN-ncnn-vulkan

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
https://github.com/xinntao/Real-ESRGAN
Other
1.46k stars 182 forks source link

How to choose / select another model_name ? #53

Open sbgraphic opened 1 year ago

sbgraphic commented 1 year ago

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 !

Baschbox commented 11 months ago

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