Releases: s0md3v/roop
Releases · s0md3v/roop
1.3.2
1.3.1
1.3.0
Features
- Introduce
--temp-frame-formatto select between JPG and PNG - Introduce
--temp-frame-qualityto reduce size of temporary frames - Add support for video encoders
h264_nvencandhevc_nvenc - Add
--outputprefix to--video-encoderand--video-quality - Normalize
qualityarguments to a 0 to 100 range
Bugfixes
- Prevent processing if frames have not been extracted
- Enhance a larger box around the face to prevent unwanted borders
1.2.0
Features
- Lock faces to prevent bouncing via multiple faces
- Switch reference face via
UP/DOWNarrows in the preview - Switch frames via
LEFT/RIGHTarrows in the preview - Open the UI with source and target path by passing
-s/--sourceand-t/--target - Rename CLI argument
--keep-audioto--skip-audio - Speed up face enhancer by processing only the face box
- Enable
MPSbackend for face enhancer under MacOS - Default for
--max-memoryhas been removed - Extract and process only the fps that are targeted
- Drag and drop source and target paths to the UI
Bugfixes
- Increase preview reload due to improved model instantiation
- Fix the crash when the video frames are lower than the number of threads
- Fix for the fps mismatch that caused fast/slow motion output
1.1.0
Features
- Introduce
Queuefor dynamic thread processing - Add thread lock to face analyser
- Add memory usage to progress bar
- Show error for crashed frame processors
Bugfixes
- Fix memory leaks due temporary variables for the garbage collector
- Limit tensorflow usage to 1GB VRAM
- Remove choices from
--frame-processorfor third party support