Skip to content

Commit 8f8a858

Browse files
authored
Merge pull request LykosAI#917 from ionite34/backport/main/pr-916
[dev to main] backport: Keep local GGUF so you can get the dialog about installing GGUF extension (916)
2 parents b5a85b3 + 0756734 commit 8f8a858

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
88
## v2.12.5
99
### Fixed
1010
- Fixed an issue with ComfyUI-Impact-Subpack not being installed when using FaceDetailer in Inference
11+
- Fixed GGUF models not showing in Inference without the GGUF extension installed (this means it will now properly prompt you to install the extension as well)
1112

1213
## v2.12.4
1314
### Added

StabilityMatrix.Avalonia/Services/InferenceClientManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ await Client.GetRequiredNodeOptionNamesFromOptionalNodeAsync("UnetLoaderGGUF", "
455455
unetModels = unetModels.Concat(ggufModelNames.Select(HybridModelFile.FromRemote));
456456
}
457457

458-
unetModelsSource.EditDiff(unetModels, HybridModelFile.Comparer);
458+
unetModelsSource.AddOrUpdate(unetModels, HybridModelFile.Comparer);
459459
}
460460

461461
// Get CLIP model names from DualCLIPLoader node

0 commit comments

Comments
 (0)