File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
StabilityMatrix.Core/Models/Packages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments