Package Details: stabilitymatrix 2.14.2-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: 1.76
First Submitted: 2024-04-06 23:53 (UTC)
Last Updated: 2025-05-31 09:18 (UTC)

Latest Comments

1 2 Next › Last »

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.

envolution commented on 2025-01-11 01:03 (UTC)

i've made the below modifications on aur/stabilitymatrix-git as a reference

envolution commented on 2025-01-10 23:59 (UTC)

changing the following line in the desktop file fixed very slow loadup time for me:

Exec=sh -c 'cd /opt/stabilitymatrix && export APPIMAGE=/opt/stabilitymatrix/StabilityMatrix.Avalonia && /opt/stabilitymatrix/StabilityMatrix.Avalonia'

envolution commented on 2024-12-26 17:57 (UTC)

hi @let - here's a way for you to be able to clone the source tree through the sources array:

source=(
  'zone.lykos.stabilitymatrix.png'
  'zone.lykos.stabilitymatrix.desktop'
  "git+https://github.com/LykosAI/StabilityMatrix#tag=v${pkgver}"
)
sha256sums=('0c32dcd560dfadae6c8cc1486fba1227e9cf93a55e3ba262571e83052e1bf22e'
            '6907f3fc4dbf9140af924977c18460b24d220dab6c7871cdd3e8f4cd5a1e1635'
            '92599a03df399c219ccd9cb10a0758cb477522df37af14df94af14fe7f7f871e')

Also I don't think this compiles with the current available dotnet through primary sources since stabilitymatrix is requesting dotnet9 now:

Requested SDK version: 9.0.0
global.json file: /tmp/20241226124229_stabilitymatrix/stabilitymatrix/src/StabilityMatrix/global.json

Installed SDKs:
8.0.111 [/usr/share/dotnet/sdk]

Install the [9.0.0] .NET SDK or update [/tmp/20241226124229_stabilitymatrix/stabilitymatrix/src/StabilityMatrix/global.json] to match an installed SDK.

aur has dotnet9 packages in -bin format:

aur/dotnet-host-preview-bin                      9.0.0.sdk100-1
aur/dotnet-runtime-bin                           9.0.0.sdk101-1
aur/netstandard-targeting-pack-bin               9.0.0.sdk101-1
aur/dotnet-targeting-pack-bin                    9.0.0.sdk101-1
aur/dotnet-sdk-bin                               9.0.0.sdk101-1

You could use those in the makedepends array, though I haven't tested it personally

rufusreal commented on 2024-08-27 02:37 (UTC)

Can you update to the new version https://github.com/LykosAI/StabilityMatrix/releases/tag/v2.11.8, I prefer via AUR than the appimage.

BrianAllred commented on 2024-07-31 00:21 (UTC)

This package won't build in a clean chroot due to missing git as a makedep.

ufo_driver commented on 2024-07-15 13:21 (UTC)

I have prepared a -bin package based on official AppImage for those who can't build or don't want dotnet on their systems.

https://aur.archlinux.org/packages/stabilitymatrix-bin