Real-time model search in browse view.

- Activated by default..
- Enabled or disabled in settings.
This commit is contained in:
Christian Bastian
2024-07-22 16:39:42 -04:00
parent 94c7fa5b78
commit 6b20b36e32
2 changed files with 19 additions and 4 deletions

View File

@@ -178,6 +178,7 @@ def ui_rules():
Rule("sidebar-default-width", 0.5, float, 0.0, 1.0),
Rule("sidebar-control-always-compact", False, bool),
Rule("model-search-always-append", "", str),
Rule("model-real-time-search", True, bool),
Rule("model-persistent-search", True, bool),
Rule("model-show-label-extensions", False, bool),
Rule("model-preview-fallback-search-safetensors-thumbnail", False, bool),