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 Dec 30, 2024
1 parent d34603c commit b2e44b7
Show file tree
Hide file tree
Showing 2 changed files with 403 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 @@ -96,6 +96,8 @@ public BasePackage GetNewBasePackage(InstalledPackage installedPackage)
=> new Cogstudio(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
"ComfyUI-Zluda"
=> new ComfyZluda(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
"Fooocus-API"
=> new FooocusAPI(githubApiCache, settingsManager, downloadService, prerequisiteHelper),
_ => throw new ArgumentOutOfRangeException(nameof(installedPackage))
};
}
Expand Down
Loading

0 comments on commit b2e44b7

Please sign in to comment.