-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
• 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
Showing
12 changed files
with
924 additions
and
727 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ torch-directml==0.1.13.1.dev230413 | |
customtkinter | ||
|
||
#UTILS | ||
pyinstaller==5.13.2 | ||
moviepy | ||
opencv-python-headless |