Skip to content

Commit

Permalink
Merge pull request LykosAI#785 from ionite34/backport/main/pr-784
Browse files Browse the repository at this point in the history
[dev to main] backport: Fix output path for latest forge output sharing (784)
  • Loading branch information
mohnjiles authored Aug 17, 2024
2 parents 0d21ff3 + ed987ab commit 5bb603a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
### Fixed
- Fixed CivitAI model browser not loading search results
- Fixed SwarmUI settings being overwritten on launch
- Fixed Forge output folder links pointing to the incorrect folder

## v2.11.7
### Changed
Expand Down
12 changes: 0 additions & 12 deletions StabilityMatrix.Core/Models/Packages/SDWebForge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,7 @@ IPrerequisiteHelper prerequisiteHelper
public override string MainBranch => "main";
public override bool ShouldIgnoreReleases => true;
public override IPackageExtensionManager ExtensionManager => null;
public override string OutputFolderName => "output";
public override PackageDifficulty InstallerSortOrder => PackageDifficulty.ReallyRecommended;
public override Dictionary<SharedOutputType, IReadOnlyList<string>>? SharedOutputFolders =>
new()
{
[SharedOutputType.Extras] = new[] { "output/extras-images" },
[SharedOutputType.Saved] = new[] { "log/images" },
[SharedOutputType.Img2Img] = new[] { "output/img2img-images" },
[SharedOutputType.Text2Img] = new[] { "output/txt2img-images" },
[SharedOutputType.Img2ImgGrids] = new[] { "output/img2img-grids" },
[SharedOutputType.Text2ImgGrids] = new[] { "output/txt2img-grids" },
[SharedOutputType.SVD] = new[] { "output/svd" }
};

public override List<LaunchOptionDefinition> LaunchOptions =>
[
Expand Down

0 comments on commit 5bb603a

Please sign in to comment.