Skip to content

Commit

Permalink
Merge pull request LykosAI#684 from ionite34/downmerge
Browse files Browse the repository at this point in the history
moar downmerge
  • Loading branch information
mohnjiles authored Jun 19, 2024
2 parents 5337df2 + 78f96c7 commit 012fcbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions StabilityMatrix.Core/Models/Packages/VladAutomatic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ IPrerequisiteHelper prerequisiteHelper
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();

public override string Name => "automatic";
public override string DisplayName { get; set; } = "SD.Next Web UI";
public override string DisplayName { get; set; } = "SD.Next";
public override string Author => "vladmandic";
public override string LicenseType => "AGPL-3.0";
public override string LicenseUrl => "https://github.com/vladmandic/automatic/blob/master/LICENSE.txt";
public override string Blurb => "Stable Diffusion implementation with advanced features";
public override string Blurb => "Stable Diffusion implementation with advanced features and modern UI";
public override string LaunchCommand => "launch.py";

public override Uri PreviewImageUri =>
new("https://github.com/vladmandic/automatic/raw/master/html/black-orange.jpg");
new("https://github.com/vladmandic/automatic/raw/master/html/screenshot-modernui.jpg");
public override bool ShouldIgnoreReleases => true;

public override SharedFolderMethod RecommendedSharedFolderMethod => SharedFolderMethod.Symlink;
Expand Down

0 comments on commit 012fcbb

Please sign in to comment.