Package Details: stabilitymatrix 2.15.7-1

Git Clone URL: https://aur.archlinux.org/stabilitymatrix.git (read-only, click to copy)
Package Base: stabilitymatrix
Description: Multi-Platform Package Manager for Stable Diffusion
Upstream URL: https://github.com/LykosAI/StabilityMatrix
Keywords: ai image-generation stable-diffusion
Licenses: AGPL3
Submitter: let
Maintainer: let
Last Packager: let
Votes: 8
Popularity: 0.54
First Submitted: 2024-04-06 23:53 (UTC)
Last Updated: 2026-05-15 16:35 (UTC)

Latest Comments

1 2 3 Next › Last »

let commented on 2026-05-15 16:35 (UTC)

i am so sorry, i updated to 2.15.7 but forgot to push x-x

deanrw commented on 2026-05-14 22:00 (UTC)

Please could you add git to the makedepends, so this can be built in a clean chroot?

unstable-code commented on 2025-12-28 17:17 (UTC) (edited on 2025-12-28 17:18 (UTC) by unstable-code)

Although the PKGBUILD lists dotnet-sdk as a dependency, the build currently fails on systems where dotnet-sdk points to version 10.0.0.

The Husky.dll (at the "dotnet husky install" step) strictly requires .NET 9.0.0 and does not automatically roll forward to 10.0. This causes an error code 150 even if a higher version of .NET is installed.

To fix this for everyone, could you please:

Explicitly add dotnet-sdk-9.0 and dotnet-runtime-9.0 to the dependencies?

Or add export DOTNET_ROLL_FORWARD=Major to the build() function?

Currently, the only workaround is manually installing .NET 9.0.

==> Sources are ready.
==> Making package: stabilitymatrix 2.15.3-1 (Mon 29 Dec 2025 02:06:06 AM KST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...  
  Determining projects to restore...
  You must install or update .NET to run this application.

  App: /home/unstable-code/.nuget/packages/husky/0.7.2/tools/net9.0/any/Husky.dll
  Architecture: x64
  Framework: 'Microsoft.NETCore.App', version '9.0.0' (x64)
  .NET location: /usr/share/dotnet/

  The following frameworks were found:
    10.0.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

  Learn more:
  https://aka.ms/dotnet/app-launch-failed

  To install missing framework, download:
  https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=9.0.0&arch=x64&rid=arch-x64&os=endeavouros
/home/unstable-code/.cache/yay/stabilitymatrix/src/StabilityMatrix/StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj(275,9): error MSB3073: The command "dotnet husky install" exited with code 150.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: stabilitymatrix-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
stabilitymatrix - exit status 4

codericcardo commented on 2025-07-21 13:13 (UTC)

Hi! I've prepared an update for stabilitymatrix to version 2.14.3, just released on GitHub.

Changes:
  • Updated pkgver to 2.14.3
  • Updated source tag to v2.14.3
  • Removed obsolete dotnet-sdk-8.0 from makedepends
  • Now using only dotnet-sdk (targeting .NET 9.0)

Build tested locally and working fine. Here's the patch:

From db691356434c449afe42a78a2081afd02bf43c60 Mon Sep 17 00:00:00 2001
From: riccardomorabito <codericcardo@gmail.com>
Date: Mon, 21 Jul 2025 14:53:00 +0200
Subject: [PATCH] Update to version 2.14.3

- Updated pkgver to 2.14.3
- Simplified makedepends to use dotnet-sdk (now .NET 9.0)
- Removed obsolete dotnet-sdk-8.0 dependency
- Updated source to use v2.14.3 tag
---
 .SRCINFO | 5 ++---
 PKGBUILD | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 2952074..1cc9f90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
 pkgbase = stabilitymatrix
    pkgdesc = Multi-Platform Package Manager for Stable Diffusion
-   pkgver = 2.14.2
+   pkgver = 2.14.3
    pkgrel = 1
    url = https://github.com/LykosAI/StabilityMatrix
    arch = any
    license = AGPL3
    makedepends = dotnet-sdk
-   makedepends = dotnet-sdk-8.0
    depends = dotnet-runtime
    depends = libxcrypt-compat
    options = !strip
    source = zone.lykos.stabilitymatrix.png
    source = zone.lykos.stabilitymatrix.desktop
-   source = git+https://github.com/LykosAI/StabilityMatrix#tag=v2.14.2
+   source = git+https://github.com/LykosAI/StabilityMatrix#tag=v2.14.3
    sha256sums = 0c32dcd560dfadae6c8cc1486fba1227e9cf93a55e3ba262571e83052e1bf22e
    sha256sums = d849617e6ade85b61f955d05d176f3ce07af0abb0532f554c4f73c19011ba0af
    sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0322cb2..456c675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
 # Maintainer: let <let@notlet.dev>
+# Contributor: Riccardo Morabito <codericcardo@gmail.com>
 # Please note that this is my first AUR package ever, let me know if I made any mistakes or you have any improvements.

 pkgname=stabilitymatrix
-pkgver=2.14.2
+pkgver=2.14.3
 pkgrel=1
 pkgdesc='Multi-Platform Package Manager for Stable Diffusion'
 arch=('any')
@@ -12,7 +13,6 @@ license=('AGPL3')
 depends=('dotnet-runtime' 'libxcrypt-compat')
 makedepends=(
     'dotnet-sdk'
-    'dotnet-sdk-8.0' # Needed for Husky to work
 )

 options=('!strip')
-- 
2.50.1

Happy to help!

let commented on 2025-05-16 10:14 (UTC)

Something is weird with release 2.14.1, seems like it has been deleted? Will roll back to 2.14.0 for now.

ChrisLane commented on 2025-05-15 08:39 (UTC)

Invalid reference error when building the new version:

==> Making package: stabilitymatrix 2.14.1-1 (Thu 15 May 2025 09:37:08 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found zone.lykos.stabilitymatrix.png
  -> Found zone.lykos.stabilitymatrix.desktop
  -> Updating StabilityMatrix git repo...
==> Validating source files with sha256sums...
    zone.lykos.stabilitymatrix.png ... Passed
    zone.lykos.stabilitymatrix.desktop ... Passed
    StabilityMatrix ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of StabilityMatrix git repo...
Cloning into 'StabilityMatrix'...
done.
fatal: invalid reference: v2.14.1
==> ERROR: Failure while creating working copy of StabilityMatrix git repo
    Aborting...
 -> error making: stabilitymatrix-exit status 1

TheGreatAndyChow commented on 2025-04-26 16:23 (UTC)

The sha256sum in the script is no longer valid, the current hash is 6841af33ce7c33188e54d6f7d0491c8f38ba61159b9deeae77b0749663a02ce1

let commented on 2025-04-19 16:23 (UTC) (edited on 2025-04-19 16:24 (UTC) by let)

My apologies, I've been using Fedora Linux for a while, so I could not maintain and test this package properly. But now I'm back on Arch, so I'll be keeping it up it once again.

Also, thanks to @envolution for the suggestions. They have been implemented, and the package is better now.