Skip to content

Commit d4fceb8

Browse files
committed
update sdnext license and branding
Signed-off-by: Vladimir Mandic <mandic00@live.com>
1 parent e1dc6e5 commit d4fceb8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

StabilityMatrix.Core/Models/Packages/VladAutomatic.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ 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

39-
public override Uri PreviewImageUri => new("https://cdn.lykos.ai/sm/packages/vladautomatic/preview.webp");
39+
public override Uri PreviewImageUri => new("https://github.com/user-attachments/assets/d6119a63-6ee5-4597-95f6-29ed0701d3b5");
4040
public override bool ShouldIgnoreReleases => true;
4141

4242
public override SharedFolderMethod RecommendedSharedFolderMethod => SharedFolderMethod.Symlink;

0 commit comments

Comments
 (0)