Skip to content

Commit e52543b

Browse files
committed
Update PreviewImageUri to original image that was moved to doc-old directory
1 parent 5870417 commit e52543b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StabilityMatrix.Core/Models/Packages/InvokeAI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ IPipWheelService pipWheelService
5353

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

5959
public override IEnumerable<SharedFolderMethod> AvailableSharedFolderMethods =>

0 commit comments

Comments
 (0)