Skip to content

Releases: Acly/krita-vision-tools

Version 2.0.0

14 Aug 07:53
Compare
Choose a tag to compare

Built against Krita 5.2.11 (official release)
May not be compatible with other versions.

Changes since 2.0.0-pre (beta)

  • Improved performance of all models
  • Lower memory consumption on GPU
  • Support BiRefNet HR and Dynamic versions
    • but GPU support is currently limited because they can't allocate enough memory for high resolutions
  • Free up (some) VRAM after using a tool or filter on GPU #47

If you downloaded extra models for the beta version they may no longer work. Please download them again.

Version 2

  • Supports variety of GPU (NVIDIA, AMD, some Intel) on both Windows & Linux
  • Much faster startup and loading time on first use
  • Lower memory consumption
  • Smaller plugin size

It still requires hardware to be reasonably up-to-date: something from the last 8 years should work, but faster is better. Please open an issue with your hardware specs if you find it doesn't work.

Installation

The plugin can now be installed as a Python Extension:

  1. Download the plugin: Windows | Linux
  2. Open Krita and go to Tools › Scripts › Import Python Plugin from File...
  3. Select the ZIP file you downloaded
  4. Accept and restart Krita
installation

Warning

Please remove old 1.x versions of the plugin first! The easiest way is to re-install Krita.

Background Removal Filter

background-removal

Smart Fill Tool

You can find an alternative tool next to Krita's "Smart Patch". It works okay for small areas of photos at certain resolutions. But it doesn't generalize well and produces garbage in other situations. Keeping it for now to maybe experiment with different models.

Version 2.0.0 Beta

29 Jul 09:17
e2e4799
Compare
Choose a tag to compare

Built against Krita 5.2.11 (official release)
May not be compatible with other versions.

Version 2

This is the first release with a complete overhaul of the inference infrastructure. It brings many improvements:

  • Supports variety of GPU (NVIDIA, AMD, some Intel) on both Windows & Linux
  • Much faster startup and loading time on first use
  • Lower memory consumption
  • Smaller plugin size

It still requires hardware to be reasonably up-to-date: something from the last 8 years should work, but faster is better. Please open an issue with your hardware specs if you find it doesn't work.

Installation

The plugin can now be installed as a Python Extension:

  1. Download the plugin: Windows | Linux
  2. Open Krita and go to Tools › Scripts › Import Python Plugin from File...
  3. Select the ZIP file you downloaded
  4. Accept and restart Krita
installation

Warning

Please remove previous versions of the plugin first! The easiest way is to re-install Krita.

Background Removal Filter

background-removal

Smart Fill Tool

You can find an alternative tool next to Krita's "Smart Patch". It works okay for small areas of photos at certain resolutions. But it doesn't generalize well and produces garbage in other situations. Keeping it for now to maybe experiment with different models.

Version 1.1.1

10 Feb 09:24
Compare
Choose a tag to compare

Built against Krita 5.2.9 (official release)
May not be compatible with other versions.

Changes:

  • Fixed large memory consumption (additional ~5 GB) on second run of precise selection

Version 1.1.0

08 Feb 14:43
d2297e2
Compare
Choose a tag to compare

Built against Krita 5.2.9 (official release)
May not be compatible with other versions.

Precise mode

Added a "precise" mode to the Box Segmentation tool. It behaves slightly different:

  • Segments all forground objects in the selected box (not necessarily individual objects)
  • More accurate masks with smooth borders
  • Takes longer (~0.5s on modern GPU, up to 30s on CPU)
  • Uses BiRefNet models

precise-mode

Version 1.0.2

18 Oct 13:15
Compare
Choose a tag to compare

Built against Krita 5.2.0 (official release)
May not be compatible with other versions.

Changes:

  • Fixed selecting from active layer when layer bounds do not match image bounds (eg. parts of the layer are fully transparent)
  • Fixed hang when selection is cancelled (eg. when clicking out of bounds or switching to a different tool before making a selection)

Version 1.0.1

23 Sep 20:21
Compare
Choose a tag to compare

Updated binaries for Krita 5.2.0 RC1.

Version 1.0.0

06 Aug 18:19
Compare
Choose a tag to compare

Initial release.

Pre-release

02 Aug 18:29
a1cc6e4
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release

Pre-release for Windows.