We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5870417 commit e52543bCopy full SHA for e52543b
1 file changed
StabilityMatrix.Core/Models/Packages/InvokeAI.cs
@@ -53,7 +53,7 @@ IPipWheelService pipWheelService
53
54
public override Uri PreviewImageUri =>
55
new(
56
- "https://raw.githubusercontent.com/invoke-ai/InvokeAI/3c17a569ce9203976963c3056526460d59129789/docs/src/content/docs/assets/invoke-webui-canvas.png"
+ "https://raw.githubusercontent.com/invoke-ai/InvokeAI/refs/heads/main/docs-old/assets/canvas_preview.png"
57
);
58
59
public override IEnumerable<SharedFolderMethod> AvailableSharedFolderMethods =>
0 commit comments