Skip to content

Releases: Zarxrax/Cutie-Roto

v0.5.4

01 Feb 19:26
Compare
Choose a tag to compare

Bump the Pytorch version to 2.5.1. This seems to fix the issue many people were having with the propagation not working.

v0.5.3

18 Oct 22:56
Compare
Choose a tag to compare

This version specifies specific versions of dependencies to be installed, rather than just installing the latest versions (which previously caused the application to break). There are no further changes.

v0.5.2

17 Aug 13:45
Compare
Choose a tag to compare

Update the install_dependencies script to require pytorch version 2.3.1. The newer version 2.4 causes issues.

v0.5.1

04 Mar 21:38
Compare
Choose a tag to compare

Changelog:
This is a bugfix release to fix some major issues that prevented the application from working.

  • Added 'requests' to requirements.txt. This was previously installed implicitly through another dependency, but that doesn't seem to be the case anymore.
  • Fixed an issue with how the configuration file was loaded, which prevented the application from launching in CPU mode.

v0.5.0

03 Mar 15:04
Compare
Choose a tag to compare

Changelog:

  • Added undo support
  • Ability to import multiple masks at once
  • When importing masks, it will look for numbers in the filename to interpret as the frame number that the mask should be loaded on
  • Added a list of frames that are saved to the permanent memory
  • Framerate in export settings will automatically populate from the input video
  • Small tweaks and bug fixes.

v0.4.7

24 Feb 19:47
Compare
Choose a tag to compare

Changelog:

  • When out of VRAM, it will now only clear the torch cache instead of clearing all memory. This should no longer have a negative effect on the output quality.
  • Propagation no longer updates the frame it starts from, unless you start propagating on the first or last frame of the clip. This fixes issues with low quality masks appearing in the middle of the clip.
  • Fixed a race condition when importing masks that prevented the mask from loading
  • Added additional settings to the configuration file:
    • Specify a file for the background layer to display in the preview
    • Disable automatic clearing of the torch cache
    • Extract frames from video as either jpg or png

v0.4.6

18 Feb 17:03
Compare
Choose a tag to compare

Changelog:

  • Add checkbox to the launcher to reset the workspace
  • Replaced the tips area with link to the documentation on the wiki
  • Move many settings into the config file at cutie\config\gui_config.yaml
  • Tighten up the refined masks so the transition area is smaller
  • Fixed a bug where refined masks didn't work when exporting as a matte.
  • Update license from GPL3 to MIT in accordance with the original Cutie repo changing its license.

v0.4.5

11 Feb 17:52
Compare
Choose a tag to compare

Changelog:

  • Aniclick anime segmentation model updated. Should work much better than the previous version
  • Add preview on a background color or background image
  • Clear VRAM when it gets full. While not an elegant solution, it is preferable to the application freezing or crashing.
  • Fixed bug in the minimap display
  • Fixed tooltips color in the dark theme
  • Support dragging and dropping an input video into the launcher
  • Display a warning when attempting to load a long video

Aniclick V2 model release

11 Feb 17:14
Compare
Choose a tag to compare

Significantly improved version of the Aniclick interactive segmentation model. It is more accurate and also allows selecting a single character much more easily.

v0.4.0

28 Jan 18:55
Compare
Choose a tag to compare

Please delete any old workspaces prior to using this version. There are changes to how data is stored in the workspace.

Changelog:

  • Anime click segmentation model added. The standard model may still work better in some cases. Try them both.
  • Changes to the types of masks that are created
    • The standard masks are now saved as white instead of red, replacing the old binary masks
    • Soft masks are created upon propagation
    • Refined masks are created by combining the soft and standard masks
  • Export dialog has option for refined edges (uses refined masks)
  • Export dialog allows exporting without a video file (will only generate png sequences of masks or composites)
  • Numerous changes to the GUI
    • Full propagation button added.
    • Tips area is restored
    • The memory settings have been replaced by a single quality setting.