Skip to content

Commit

Permalink
Update for Krita 5.2.0 RC1 (no changes, but rebuild required)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Sep 23, 2023
1 parent 84790a9 commit 9a25cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The generated masks are binary masks, and typically not pixel-perfect, especiall

## Installation

The current version of the plugin requires [Krita 5.2.0 (Beta1)](https://krita.org/en/item/first-beta-for-krita-5-2-0-released/)!
The current version of the plugin is built for [Krita 5.2.0 RC1](https://krita.org/en/item/krita-5-2-release-candidate-is-out/). Using it with other versions may lead to crashes.

You can download the latest version of the plugin from the [releases page](https://github.com/Acly/krita-ai-tools/releases).

Expand All @@ -32,13 +32,13 @@ Download the plugin and unpack the ZIP archive into your Krita installation fold

### Linux

Easiest way is to download the AppImage, make it executable and run it. It contains the entirety of Krita, repackaged with the plugin.
Easiest way is to download the AppImage, make it executable and run it. It contains the entirety of Krita, repackaged with the plugin, but is only available for some versions.

Alternatively get the Krita AppImage from the official source and extract it. This should result in a folder `squashfs-root`. Download the plugin `tar.gz` and extract it into that folder. Then run Krita. See the commands below for some environment variables that are needed to run outside the image.

```sh
./krita-5.2.0-beta1-x86_64.appimage --appimage-extract
tar -xf krita_segmentation_plugin-linux-x64-1.0.0.tar.gz -C squashfs-root/
./krita-5.2.0-rc1-x86_64.appimage --appimage-extract
tar -xf krita_segmentation_plugin-linux-x64-1.0.1.tar.gz -C squashfs-root/
APPDIR=/squashfs-root APPIMAGE=1 ./squashfs-root/AppRun
```

Expand Down

0 comments on commit 9a25cd4

Please sign in to comment.