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