Package Details: stabilitymatrix 2.13.0-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: 5
Popularity: 0.31
First Submitted: 2024-04-06 23:53 (UTC)
Last Updated: 2024-12-26 17:23 (UTC)

Latest Comments

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

mikearch commented on 2024-06-10 10:11 (UTC)

Can't build. Also tried without Aur helper.

Avalonia.Gif -> /home/user/.cache/trizen/sources/stabilitymatrix/src/StabilityMatrix/Avalonia.Gif/bin/Release/net8.0/linux-x64/Avalonia.Gif.dll /home/user/.nuget/packages/refit/7.0.0/buildTransitive/netstandard2.0/refit.targets(45,11): error MSB4086: A numeric comparison was attempted on "$([System.Version]::Parse($(_RefitMSBuildMinVersion)).CompareTo($([System.Version]::Parse($(MSBuildVersion)))))" that evaluates to "−1" instead of a number, in condition " '$([System.Version]::Parse($(_RefitMSBuildMinVersion)).CompareTo($([System.Version]::Parse($(MSBuildVersion)))))' > '0' ". [/home/user/.cache/trizen/sources/stabilitymatrix/src/StabilityMatrix/StabilityMatrix.Core/StabilityMatrix.Core.csproj]

let commented on 2024-06-06 18:54 (UTC)

Yeah, hidpi is an Avalonia issue, not this app's

teraflops commented on 2024-05-29 18:23 (UTC)

I answer to myself: AVALONIA_SCREEN_SCALE_FACTORS='eDP-1=1.5' /opt/stabilitymatrix/StabilityMatrix.Avalonia

teraflops commented on 2024-05-29 17:57 (UTC)

is there a way for hidpi systems to scale the UI? it's too tiny here

kentechgeek commented on 2024-05-12 23:10 (UTC)

This is really great package, and I like it's based on .net.