Skip to content

Commit

Permalink
Merge pull request #697 from BinaryQuantumSoul/patch-1
Browse files Browse the repository at this point in the history
Update SD.Next Branding
  • Loading branch information
mohnjiles authored Jun 19, 2024
2 parents f900c1a + 68e6efb commit 2328673
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 2328673

Please sign in to comment.