Skip to content

Commit 9f842b4

Browse files
authored
Merge pull request #1387 from vladmandic/main
update sdnext license and branding
2 parents 4516c34 + 1ed300a commit 9f842b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

StabilityMatrix.Core/Models/Packages/VladAutomatic.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ IPyInstallationManager pyInstallationManager
3131
public override string Name => "automatic";
3232
public override string DisplayName { get; set; } = "SD.Next";
3333
public override string Author => "vladmandic";
34-
public override string LicenseType => "AGPL-3.0";
35-
public override string LicenseUrl => "https://github.com/vladmandic/automatic/blob/master/LICENSE.txt";
36-
public override string Blurb => "Stable Diffusion implementation with advanced features and modern UI";
34+
public override string LicenseType => "Apache License 2.0";
35+
public override string LicenseUrl => "https://github.com/vladmandic/sdnext/blob/master/LICENSE.txt";
36+
public override string Blurb => "SD.Next: All-in-one WebUI for AI generative image and video creation";
3737
public override string LaunchCommand => "launch.py";
3838

3939
public override Uri PreviewImageUri => new("https://cdn.lykos.ai/sm/packages/vladautomatic/preview.webp");

0 commit comments

Comments
 (0)