Skip to content

Releases: dan64/vs-propainter

Release v1.2.1

29 Oct 08:59
Compare
Choose a tag to compare

Improved torch version detection in misc.py.
Now is required at least a torch version equal or above 1.13.0 to enable mps backed support on MacOS.

Release v1.2.0

29 Jun 07:18
Compare
Choose a tag to compare

Added the following functions:

  • propainter_inpaint() : ProPainter in inpainting mode
  • propainter_outpaint() : ProPainter in outpainting mode

To the function propainter() has been added the following parameters:

  • model: Model used by ProPainter to render the frames, available values are:
    0: Inpainting Mask Mode (using img_mask/clip_mask)
    1: Outpainting Mode (using outpaint_size)
    Default: 0
  • outpaint_size: Size of extrapolated frames for outpainting, format: (width, height). Default: None

Release v1.1.0

05 Jun 16:28
Compare
Choose a tag to compare

Added new parameter sc_threshold (default = 0.10) to control the scene detection feature.
If sc_threshold = 0, scene detection is disabled.

see README for more info.

Release v1.0.1

02 Jun 06:47
Compare
Choose a tag to compare

Fixed bug regarding the mask_region management.

Release v1.0.0

01 Jun 07:29
Compare
Choose a tag to compare

Initial Release

See README for a description of the filter.