Package Details: krita-ai-diffusion 1.33.0-1

Git Clone URL: https://aur.archlinux.org/krita-ai-diffusion.git (read-only, click to copy)
Package Base: krita-ai-diffusion
Description: A plugin to use generative AI in image painting and editing workflows from within Krita
Upstream URL: https://github.com/Acly/krita-ai-diffusion
Licenses: GPL-3.0-or-later
Submitter: roaldclark
Maintainer: roaldclark (lilac)
Last Packager: lilac
Votes: 1
Popularity: 0.188444
First Submitted: 2024-08-11 10:47 (UTC)
Last Updated: 2025-04-13 21:25 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

roaldclark commented on 2025-01-11 08:27 (UTC)

The current version (1.29.0) of krita-ai-diffusion prioritizes using python3.11 or python3.10 from the system to create a virtual environment (venv) at $HOME/.local/share/krita/ai_diffusion/server.

If neither python3.11 nor python3.10 is available, it will fall back to using python3 or python by default.

While it is technically possible to use the default Python version (currently 3.13) in Arch Linux, doing so may introduce unnecessary issues if the default Python version changes in the future.

Moreover, the krita-ai-diffusion project explicitly recommends using Python 3.11 or 3.10.

guiodic commented on 2025-01-10 17:32 (UTC)

Is python311 mandatory? Could it works with default Python 3.13?