Browse Source

Merge pull request #460 from ionite34/downmerge-fork

Downmerge
pull/397/head
Ionite 10 months ago committed by GitHub
parent
commit
0feb679d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      StabilityMatrix.Core/Models/Packages/InvokeAI.cs

6
StabilityMatrix.Core/Models/Packages/InvokeAI.cs

@ -191,9 +191,9 @@ public class InvokeAI : BaseGitPackage
await venvRunner
.PipInstall(
new PipInstallArgs(args.Any() ? args.ToArray() : Array.Empty<Argument>())
.WithTorch("==2.1.0")
.WithTorchVision("==0.16.0")
.WithXFormers("==0.0.22post7")
.WithTorch("==2.1.2")
.WithTorchVision("==0.16.2")
.WithXFormers("==0.0.23post1")
.WithTorchExtraIndex("cu121"),
onConsoleOutput
)

Loading…
Cancel
Save