Browse Source

Fix IpAdapter to controlnet sub folder

pull/333/head
Ionite 11 months ago
parent
commit
7a08f79e71
No known key found for this signature in database
  1. 2
      StabilityMatrix.Core/Models/Packages/A3WebUI.cs

2
StabilityMatrix.Core/Models/Packages/A3WebUI.cs

@ -61,7 +61,7 @@ public class A3WebUI(
[SharedFolderType.LDSR] = new[] { "models/LDSR" },
[SharedFolderType.AfterDetailer] = new[] { "models/adetailer" },
[SharedFolderType.T2IAdapter] = new[] { "models/controlnet/T2IAdapter" },
[SharedFolderType.IpAdapter] = new[] { "models/ipadapter" }
[SharedFolderType.IpAdapter] = new[] { "models/controlnet/IpAdapter" }
};
public override Dictionary<SharedOutputType, IReadOnlyList<string>>? SharedOutputFolders =>

Loading…
Cancel
Save