You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using StabilityMatrix a lot, with Fooocus, OneTrainer, InvokeAI, SD.Next, even ComfyUI (just once, it's so weird!) runs fine, but I can't install SwarmUI.
There seems to be a problem with the .NET version StabilityMatrix installed in its Assets. It says I have the 7.0.405, but SwarmUI needs the v 8.0.
This is the error msg (sorry, it's in Italian, but I guess it's easy to understand):
Versione di MSBuild Ł17.7.4+3ebbd7c49 per .NET
Individuazione dei progetti da ripristinare...
E:StabilityMatrix\Data\Assets\dotnet\sdk\7.0.405\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(160,5): error NETSDK1045: la versione corrente di .NET SDK non supporta .NET 8.0 come destinazione. Impostare come destinazione .NET 7.0 o una versione precedente oppure usare una versione di .NET SDK che supporta .NET 8.0. Scarica .NET SDK da https://aka.ms/dotnet/download [E:\StabilityMatrix\Data\Packages\SwarmUI\src\SwarmUI.csproj]
and it continues: Could not install StableSwarmUI (StabilityMatrix.Core.Exceptions.ProcessException: dotnet8 with args [build src/SwarmUI.csproj --configuration Release -o src/bin/live_release] failed with exit code 1:
System.IO.StreamReader
System.IO.StreamReader
at StabilityMatrix.Avalonia.Helpers.WindowsPrerequisiteHelper.RunDotnet(ProcessArgs args, String workingDirectory, Action1 onProcessOutput, IReadOnlyDictionary2 envVars, Boolean waitForExit)
at StabilityMatrix.Core.Models.Packages.StableSwarm.InstallPackage(String installLocation, TorchVersion torchVersion, SharedFolderMethod selectedSharedFolderMethod, DownloadPackageVersionOptions versionOptions, IProgress1 progress, Action1 onConsoleOutput)
at StabilityMatrix.Core.Models.PackageModification.InstallPackageStep.ExecuteAsync(IProgress1 progress) at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IReadOnlyList1 steps))
How can I update to .NET 8.0 (that I have already installed in my PC, under windows 11) in StabilityMatrix?
Any hint?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been using StabilityMatrix a lot, with Fooocus, OneTrainer, InvokeAI, SD.Next, even ComfyUI (just once, it's so weird!) runs fine, but I can't install SwarmUI.
There seems to be a problem with the .NET version StabilityMatrix installed in its Assets. It says I have the 7.0.405, but SwarmUI needs the v 8.0.
This is the error msg (sorry, it's in Italian, but I guess it's easy to understand):
Versione di MSBuild Ł17.7.4+3ebbd7c49 per .NET
Individuazione dei progetti da ripristinare...
E:StabilityMatrix\Data\Assets\dotnet\sdk\7.0.405\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(160,5): error NETSDK1045: la versione corrente di .NET SDK non supporta .NET 8.0 come destinazione. Impostare come destinazione .NET 7.0 o una versione precedente oppure usare una versione di .NET SDK che supporta .NET 8.0. Scarica .NET SDK da https://aka.ms/dotnet/download [E:\StabilityMatrix\Data\Packages\SwarmUI\src\SwarmUI.csproj]
and it continues:
Could not install StableSwarmUI (StabilityMatrix.Core.Exceptions.ProcessException: dotnet8 with args [build src/SwarmUI.csproj --configuration Release -o src/bin/live_release] failed with exit code 1:
System.IO.StreamReader
System.IO.StreamReader
at StabilityMatrix.Avalonia.Helpers.WindowsPrerequisiteHelper.RunDotnet(ProcessArgs args, String workingDirectory, Action
1 onProcessOutput, IReadOnlyDictionary
2 envVars, Boolean waitForExit)at StabilityMatrix.Core.Models.Packages.StableSwarm.InstallPackage(String installLocation, TorchVersion torchVersion, SharedFolderMethod selectedSharedFolderMethod, DownloadPackageVersionOptions versionOptions, IProgress
1 progress, Action
1 onConsoleOutput)at StabilityMatrix.Core.Models.PackageModification.InstallPackageStep.ExecuteAsync(IProgress
1 progress) at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IReadOnlyList
1 steps))How can I update to .NET 8.0 (that I have already installed in my PC, under windows 11) in StabilityMatrix?
Any hint?
Thanks in advance.
Tenofas
Beta Was this translation helpful? Give feedback.
All reactions