Skip to content

Releases: C0untFloyd/roop-unleashed

v4.0.0

12 May 20:02
Compare
Choose a tag to compare

Bugfix: Unnecessary init every frame in live-cam
Bugfix: Installer downloading insightface package each run
Added xseg masking to live-cam
Added realesrganx2 to frame processors
Upgraded some requirements
Added subtypes and different model support to frame processors
Allow frame processors to change resolutions of videos
Different OpenCV Cap for MacOS Virtual Cam
Added complete frame processing to extras tab
Colorize, upscale and misc filters added

Added new models to the assets from v3.9.0
https://github.com/C0untFloyd/roop-unleashed/releases/tag/v3.9.0

v3.9.0

22 Apr 16:28
Compare
Choose a tag to compare

Bugfix: Face detection bounding box corrupt values at weird angles
Rewrote mask previewing to work with every model
Switching mask engines toggles text interactivity
Clearing target files, resets face selection dropdown
Massive rewrite of swapping architecture, needed for xseg implementation
Added DFL Xseg Support for partial face occlusion
Face masking only runs when there is a face detected
Removed unnecessary toggle checkbox for text masking
Added ability to do multiple swap passes

v3.6.7

09 Apr 06:53
Compare
Choose a tag to compare

Upgraded to Gradio 4.26.0 - fixed some minor UI Bugs like collapsing masking
Windows installer installs from pre-compiled insightface, no need for Visual Studio anymore
Facesets can be created from video frames

v3.6.6 - all hail to the easter bunny

30 Mar 11:46
Compare
Choose a tag to compare

Upgraded to gradio 1.24.0 which might have lesser browser bugs but may introduce some funky new ones
Added UTF-8 image reading support

v3.6.5

22 Mar 14:09
Compare
Choose a tag to compare

Bugfix: Installer pulling latest update on first installation
Bugfix: Regression issue, blurring/erosion missing from face swap
Exposed erosion and blur amounts to UI
Using same values for manual masking too

v3.6.3

20 Mar 20:20
Compare
Choose a tag to compare

Bugfix: Workaround for Gradio Slider Change Bug
Bugfix: CSS Styling to fix Gradio Image Height Bug
Made face swapping mask offsets resolution independant
Show offset mask as overlay
Changed layout for masking

v3.6.0

18 Mar 19:37
Compare
Choose a tag to compare
  • Updated to Gradio 4.21.0 - requiring many changes under the hood
  • New manual masking (draw the mask yourself)
  • Extras Tab, streamlined cutting/joining videos
  • Horizontal masking offsets
  • Re-added face selection by gender (on-demand loading, default turned off)
  • Removed unnecessary activate live-cam option
  • Added time info to preview frame and changed frame slider event to allow faster changes

v3.5.5

10 Mar 13:17
Compare
Choose a tag to compare
  • Bugfix: Installer Path Env
  • Bugfix: file attributes
  • Video processing checks for presence of ffmpeg and displays warning if not found
  • Removed gender + age detection to speed up processing. Option removed from UI
  • Replaced restoreformer with restoreformer++
  • Live Cam recoded to run separate from virtual cam and without blocking controls
  • Swapping with only 1 target face allows selecting from several input faces

v3.5.0

08 Jan 20:00
Compare
Choose a tag to compare
  • Bugfix: wrong access options when creating folders

  • New auto rotation of horizontal faces, fixing bad landmark positions (expanded on PR 364)

  • Simple VR Option for stereo Images/Movies, best used in selected face mode

  • Added RestoreFormer Enhancer - https://github.com/wzhouxiff/RestoreFormer

  • Bumped up package versions for onnx/Torch etc.

v3.2.0

08 Oct 18:39
Compare
Choose a tag to compare
  • New face blending using so called 'faceset' compilations of reference-images
  • Drag'n drop or selecting of multiple images for input now possible in 1 go
  • DMDNet specific enhancer
  • GPEN Enhancer
  • Tab for Faceset creation
  • Bugfix: ONNX doesn't support CoreML, falling back to CPU for Macs