Skip to content

Commit 1bcbc0e

Browse files
committed
Update PreviewImageUri to use new CDN link for AiToolkit
1 parent 37f2895 commit 1bcbc0e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

StabilityMatrix.Core/Models/Packages/AiToolkit.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ IPyInstallationManager pyInstallationManager
3535
public override string LicenseUrl => "https://github.com/ostris/ai-toolkit/blob/main/LICENSE";
3636
public override string LaunchCommand => string.Empty;
3737

38-
public override Uri PreviewImageUri =>
39-
new(
40-
"https://camo.githubusercontent.com/ea35b399e0d659f9f2ee09cbedb58e1a3ec7a0eab763e8ae8d11d076aad5be40/68747470733a2f2f6f73747269732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032352f30322f746f6f6c6b69742d75692e6a7067"
41-
);
38+
public override Uri PreviewImageUri => new("https://cdn.lykos.ai/sm/packages/aitoolkit/preview.webp");
4239

4340
public override string OutputFolderName => "output";
4441
public override IEnumerable<TorchIndex> AvailableTorchIndices => [TorchIndex.Cuda];

0 commit comments

Comments
 (0)