-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Will it be able to deduplicate Anime frames? #11
Comments
I could try to add something like that, as it is similar to gmfss. I will look into it, but gmfss support in RVE is shaky to begin with, as the CUPY dependency is too large to package with the app reasonably. |
It would be great if REAL-Video-Enhancer supports deduplication. When the app extracts frames, it is 16 bits RGB png but it would be reasonable for the storage if its encoded into 8 bits RGB png, because RIFE generates 8 bits. |
I thought it was 8 bit png. |
You could try rife cuda if you have an Nvidia card, if not I am planning to attempt to remove the need for frame extraction on most of the ncnn modules |
What about using this: https://github.com/NevermindNilas/TheAnimeScripter/blob/main/src/dedup/dedup.py |
That seems to just say if a frame is a duplicate, there is a lot of funny stuff when deduping frames, very hacky. I'll look into all different ways when I have the time |
Thank you. |
Will it be possible to deduplicate anime frames and interpolate it into full frames using the repository below?
https://github.com/hyw-dev/AFI-ForwardDeduplicate
The text was updated successfully, but these errors were encountered: