Package Details: krita-ai-diffusion 1.48.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: None
Maintainer: rkmax
Last Packager: rkmax
Votes: 2
Popularity: 1.17
First Submitted: 2024-08-11 10:47 (UTC)
Last Updated: 2026-02-22 15:31 (UTC)

Latest Comments

1 2 Next › Last »

Pietro_Pizzi commented on 2026-03-21 01:32 (UTC)

I also can't build it:

======================================================================= short test summary info =======================================================================
FAILED tests/test_server.py::test_download[from_scratch] - ai_diffusion.network.NetworkError: Failed to download https://files.interstice.cloud/plugin/krita_ai_diffusion-1.25.0.zip: TLS initialization failed
FAILED tests/test_server.py::test_download[resume] - ai_diffusion.network.NetworkError: Failed to download https://files.interstice.cloud/plugin/krita_ai_diffusion-1.25.0.zip: TLS initialization failed
FAILED tests/test_server.py::test_install_and_run - RuntimeError: Failed to download https://github.com/comfyanonymous/ComfyUI/archive/fe52843fe55b92dedaabff684294dd7a115d2204.zip: TLS initialization failed
FAILED tests/test_server.py::test_extra_model_dirs - assert <ServerState.not_installed: 0> in [<ServerState.stopped: 4>]
FAILED tests/test_server.py::test_verify_and_fix - assert <ServerState.not_installed: 0> in [<ServerState.stopped: 4>]
FAILED tests/test_server.py::test_uninstall - RuntimeError: Failed to download https://github.com/comfyanonymous/ComfyUI/archive/fe52843fe55b92dedaabff684294dd7a115d2204.zip: TLS initialization failed
=============================================================== 6 failed, 11 passed, 1 skipped in 2.16s ===============================================================
==> ERROR: A failure occurred in check().
    Aborting...

Patola commented on 2026-02-08 22:09 (UTC)

ai_diffusion.network.NetworkError: Failed to download https://files.interstice.cloud/plugin/krita_ai_diffusion-1.25.0.zip: SSL handshake failed

Patola commented on 2025-11-16 13:57 (UTC)

Please fix this PKGBUILD, currently it's not compiling with many different error messages.

<deleted-account> commented on 2025-04-01 14:18 (UTC)

Now added export GIT_LFS_SKIP_SMUDGE=1 in PKGBUILD, likely a better fix.

<deleted-account> commented on 2025-04-01 12:41 (UTC)

git-lfs is now in makedepends. If you encounter:

error: external filter 'git-lfs filter-process' failed
fatal: tests/images/beach_outpaint_mask.png: smudge filter lfs failed

Check LFS settings in ~/.gitconfig.

Use @hiira's method or run git lfs uninstall to quickly resolve it.

hiira commented on 2025-03-22 12:20 (UTC) (edited on 2025-03-22 12:20 (UTC) by hiira)

I had the same git-lfs related error and for now I solved it by running these commands:

git config --global filter.lfs.process "git-lfs filter-process --skip"
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"

<deleted-account> commented on 2025-03-19 07:22 (UTC)

@gweb I'm not sure what's going on... I can successfully build using paru on all my devices, and git-lfs shouldn't be necessary under normal circumstances.

In any case, thank you for the report, and I hope you can find a solution.

gweb commented on 2025-03-18 09:53 (UTC) (edited on 2025-03-18 10:09 (UTC) by gweb)

Trying to install with paru

==> Extracting sources...
  -> Creating working copy of krita-ai-diffusion-1.32.0 git repo...
Cloning into 'krita-ai-diffusion-1.32.0'...
done.
git-lfs filter-process: line 1: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

==> ERROR: Failure while creating working copy of krita-ai-diffusion-1.32.0 git repo
    Aborting...

I then installed git-lfs manually, cleared the install cache and tried to install again, but I now get this error:

==> Extracting sources...
  -> Creating working copy of krita-ai-diffusion-1.32.0 git repo...
Cloning into 'krita-ai-diffusion-1.32.0'...
done.
Downloading tests/images/beach_outpaint_mask.png (23 KB)
Error downloading object: tests/images/beach_outpaint_mask.png (4425a8a): Smudge error: Error downloading tests/images/beach_outpaint_mask.png (4425a8ad1683d96db5be459506c89835dce5a2703ca11cf62b9e20689712116d): error transferring "4425a8ad1683d96db5be459506c89835dce5a2703ca11cf62b9e20689712116d": [0] remote missing object 4425a8ad1683d96db5be459506c89835dce5a2703ca11cf62b9e20689712116d

Errors logged to '/home/gweb/.cache/paru/clone/krita-ai-diffusion/src/krita-ai-diffusion-1.32.0/.git/lfs/logs/20250318T110632.321232495.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: tests/images/beach_outpaint_mask.png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

==> ERROR: Failure while creating working copy of krita-ai-diffusion-1.32.0 git repo
    Aborting...

The git lfs log is empty...

<deleted-account> commented on 2025-01-19 19:26 (UTC)

If you'd like, you can use the archlinuxcn repo for direct installation of this package. Please refer to:

https://github.com/archlinuxcn/repo

<deleted-account> commented on 2025-01-19 19:18 (UTC)

yay is working properly on my machine.

Perhaps you could review the build process for this package, or consider trying a different AUR helper.