-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature Request] Add more models #1231
Comments
I can probably look into this in the long run. At the moment, it only supports ncnn models at best. It'll be great to be able to support PyTorch and ONNX formats. |
Is it possible to use these models by xinntao:
These are some of the last models he had created. |
Yeah I am aware. The current issue is that the PyTorch to ncnn conversion isn't working. If you try the realesrgan-plus-x2 model, it produces black frames. |
Damn. I would like to train a model, a Combination of Real ESRGAN Animevideo v3 and Real ESRGAN Anime Plus would be great, because Anime Plus is a little too Sharp and too slow at the moment. |
Could it be possible to change the Real ESRGAN Anime Plus-Model to 2x (as 2nd option to 4x), when you use such a command like xinntao wrote in an issue tab: |
@Pete4K I took a look at the code. I don't think it's gonna help processing speed? |
I don't know if that works, because my programming language knowledge is more than worse ;). I think when this would work, you can have a clearer quality with a smaller file size. But I don't know what affects the processing speed. I hope it will be possible in the future. But I don't know this for Anime plus x4, because I saw that this model is trained for anime pictures. But it works totally great for anime and it seems to produce the clearest textures. |
If we have a 4x model then its output will always be 4x. Doing the rescaling like this actually takes extra time to complete. If you want the output to be smaller, you can rescale it with lanczos yourself after the processing is completed. You're effectively discarding some work and resizing its resolution to a lower one. I'm working on #1196 which will add support for FFmpeg filters in v2x. |
That seems to be a great Idea with the Filters. Thanks! |
Hello, i love Video2x, but i think there is few models to upscale different types of footage. Would it possible to add more models, like from openmodeldb.info for example? Thanks in advance!
The text was updated successfully, but these errors were encountered: