Skip to content

Commit dea819e

Browse files
authored
Merge pull request LykosAI#1196 from ionite34/inference-model-picker-and-search
Add Model Picker dialog for Inference model selection
2 parents 3d2b0a8 + 885d61b commit dea819e

29 files changed

Lines changed: 2895 additions & 508 deletions

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
1212
- Professional brush tools: freehand brush/eraser with pressure sensitivity, rectangle/ellipse shapes with fill/stroke modes, paint bucket flood fill
1313
- Brush feathering/softness control for smooth, blended mask edges (0 = hard edge, 1 = soft/blurred)
1414
- Per-layer prompt and strength controls, export/import masks as PNG, duplicate layers, image reference layers for tracing
15-
- GPU-accelerated rendering with compact gzip-compressed metadata serialization
15+
- GPU-accelerated rendering with compact gzip-compressed metadata serialization
16+
- Added new Model Picker dialog for Inference with grid/list views, search, filtering, and NSFW overlay
17+
- Added browse buttons to all model dropdowns in Inference (Model, Refiner, VAE, Text Encoders, CLIP Vision)
18+
- Added inline search box to model combo box dropdowns with fuzzy matching
1619
- Added NVIDIA driver version warning when launching ComfyUI with CUDA 13.0 (cu130) and driver versions below 580.x
1720
- Added legacy Python warning when launching InvokeAI installations using Python 3.10.11
1821
- Added Tiled VAE Decode to the Inference video workflows - thanks to @NeuralFault!
@@ -38,6 +41,9 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
3841
- Fixed [#1476](https://github.com/LykosAI/StabilityMatrix/issues/1476) - Incorrect shared output folder for Forge Classic/Neo
3942
- Fixed [#1466](https://github.com/LykosAI/StabilityMatrix/issues/1466) - crash after moving portable install
4043
- Fixed [#1445](https://github.com/LykosAI/StabilityMatrix/issues/1445) - Linux app updates not actually updating - thanks to @NeuralFault!
44+
### Supporters
45+
#### 🌟 Visionaries
46+
Huge shoutout to our amazing Visionaries: **Waterclouds**, **JungleDragon**, **bluepopsicle**, **Bob S**, and **whudunit**! Your continued support fuels every new feature and improvement in Stability Matrix. We couldn't do it without you - thank you for believing in what we're building!
4147

4248
## v2.16.0-dev.1
4349
### Added

0 commit comments

Comments
 (0)