Skip to content

Commit b3bbcee

Browse files
committed
update invoke image url
1 parent 9a89486 commit b3bbcee

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/refs/heads/main/docs-old/assets/canvas_preview.png"
57+
);
5658

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

0 commit comments

Comments
 (0)