Skip to content

Commit

Permalink
Add a package for Fooocus-API.
Browse files Browse the repository at this point in the history
  • Loading branch information
yak1ex committed Jul 7, 2024
1 parent 13b0080 commit 77d660b
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StabilityMatrix.Core/Helper/Factory/PackageFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public BasePackage GetNewBasePackage(InstalledPackage installedPackage)
"voltaML-fast-stable-diffusion"
=> new VoltaML(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
"sdfx" => new Sdfx(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
"Fooocus-API"
=> new FooocusAPI(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
_ => throw new ArgumentOutOfRangeException(nameof(installedPackage))
};
}
Expand Down
Loading

0 comments on commit 77d660b

Please sign in to comment.