Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to choose / select another model_name ? #53

Open
sbgraphic opened this issue Sep 26, 2023 · 1 comment
Open

How to choose / select another model_name ? #53

sbgraphic opened this issue Sep 26, 2023 · 1 comment

Comments

@sbgraphic
Copy link

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
Copy link

Baschbox commented Oct 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants