EMA VFI WebUI Versions Save

Advanced AI-Based Video Renovation UI Using EMA-VFI & Real-ESRGAN

1.6

7 months ago

Gradio version upgraded from 3.34.0 to 3.36.1 in requirements.txt

  • fix an issue with FastAPI causing 422 errors when using a predict function from the browser
  • fix deprecation warnings related to the upgrade
  • fix some long standing issues with non-fixed image heights in Frame Interpolation, Frame Search, Frame Restoration and Video Blender

1.5

10 months ago

In this release:

What's Changed

Full Changelog: https://github.com/jhogsett/EMA-VFI-WebUI/compare/1.4...1.5

1.4

11 months ago

Major update to the Deduplicate Frames feature

See the details here: https://github.com/jhogsett/EMA-VFI-WebUI/discussions/35

  • New Duplicate Frames report
  • Interpolated Auto-Fill of Duplicate Frames
  • Command-Line access to Deduplicate features

What's Changed

Full Changelog: https://github.com/jhogsett/EMA-VFI-WebUI/compare/1.3.2...1.4

1.3.2

1 year ago

New in this release:

  • After the update to the latest Gradio in requirements.txt, the UI became unresponsive. This was found to be due to JavaScript that was put in the footer to reset the Gradio client. The fix was to remove this unnecessary feasture.
  • Also, the white-on-blue Guide icon became a small letter 'i' with poor visibility in Chrome. This was fixed by changing to a red question mark icon.

1.3.1

1 year ago

Updated Gradio to 3.34.0 to fix CVE-2023-34239

1.3

1 year ago

First official release since branching off of my original VFIformer WebUI project

Recently Added Features:

  • Deduplicate Frames #23
  • Python scripts to split/merge PNG files to/from RGB and HSL channel formats #21
  • Use resources.csv file for Resources tab instead of hard-coded links #19
  • Added Auto Tiling to Upscale Frames feature to automatically re-run failed upscaling with tiling enabled #18
  • Added Stride and Offset to Resequence Files feature for special cases like isolating only even or odd frames #16
  • Added ability to hide unnecessary UI headers/footers and regain screen space, useful with Video Blender #12
  • Added feature to strip device display info from PNG files, prevents appearance differences in Video Blender #11
  • Added feature to reset all or part of a Video Blender project #10
  • Added feature to automate the setup of a new Video Blender project #6

Please feel free to suggest and request features, and fork and contribute to the project!