Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnjiles authored Aug 17, 2024
1 parent 8e08c41 commit ed987ab
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions StabilityMatrix.Core/Models/Packages/SDWebForge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,7 @@ IPrerequisiteHelper prerequisiteHelper
public override string MainBranch => "main";
public override bool ShouldIgnoreReleases => true;
public override IPackageExtensionManager ExtensionManager => null;
<<<<<<< HEAD
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 PackageDifficulty InstallerSortOrder => PackageDifficulty.Simple;
>>>>>>> db05d8b9 (Merge pull request #784 from ionite34/fix-forge-output-sharing)

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

0 comments on commit ed987ab

Please sign in to comment.