Skip to content

Commit 5870417

Browse files
committed
Update PreviewImageUri to point to the new canvas image location
1 parent 88a7408 commit 5870417

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

StabilityMatrix.Core/Models/Packages/InvokeAI.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ IPipWheelService pipWheelService
5252
public override PackageDifficulty InstallerSortOrder => PackageDifficulty.Advanced;
5353

5454
public override Uri PreviewImageUri =>
55-
new("https://raw.githubusercontent.com/invoke-ai/InvokeAI/main/docs/assets/canvas_preview.png");
55+
new(
56+
"https://raw.githubusercontent.com/invoke-ai/InvokeAI/3c17a569ce9203976963c3056526460d59129789/docs/src/content/docs/assets/invoke-webui-canvas.png"
57+
);
5658

5759
public override IEnumerable<SharedFolderMethod> AvailableSharedFolderMethods =>
5860
[SharedFolderMethod.None, SharedFolderMethod.Configuration];

0 commit comments

Comments
 (0)