We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a89486 commit b3bbceeCopy full SHA for b3bbcee
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/refs/heads/main/docs-old/assets/canvas_preview.png"
57
+ );
58
59
public override IEnumerable<SharedFolderMethod> AvailableSharedFolderMethods =>
60
[SharedFolderMethod.None, SharedFolderMethod.Configuration];
0 commit comments