Skip to content

Commit

Permalink
FluidFrames.RIFE 2.7
Browse files Browse the repository at this point in the history
 • NEW
Added new option to save generated video frames (default is enabled)
Updated RIFE AI model from 3.0 to 4.6
 • higher interpolation accuracy
 • lower VRAM memory consumption

 • GUI
Completely revised GUI, now cleaner and more elegant
Added new widget for info button and in case of error
The app will now report the remaining time to complete video upscaling
The app now reports the progress in % instead of the number of frames
Updated info texts and widget texts

 • BUGFIX/IMPROVEMENTS
When the application is closed during fluidify now the process is stopped correctly
Drastically reduced CPU utilization by 90% without impacting upscale speed
Updated dependencies
General code cleaning and improvements
  • Loading branch information
Djdefrag authored Oct 8, 2023
1 parent e2d874b commit e26599a
Show file tree
Hide file tree
Showing 12 changed files with 924 additions and 727 deletions.
Binary file added AI/RIFE_v3.pkl
Binary file not shown.
Binary file added AI/RIFE_v4.6.pkl
Binary file not shown.
Binary file added Assets/clear_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/github_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/info_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/logo.ico
Binary file not shown.
Binary file added Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/stop_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/telegram_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/upscale_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,650 changes: 923 additions & 727 deletions FluidFrames.RIFE.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ torch-directml==0.1.13.1.dev230413
customtkinter

#UTILS
pyinstaller==5.13.2
moviepy
opencv-python-headless

0 comments on commit e26599a

Please sign in to comment.