mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-03-13 17:20:11 +00:00
Sort results by usage count
This commit is contained in:
@@ -24,6 +24,7 @@ class AutocompleteResult {
|
||||
// Additional info, only used in some cases
|
||||
category = null;
|
||||
count = null;
|
||||
usageBias = null;
|
||||
aliases = null;
|
||||
meta = null;
|
||||
hash = null;
|
||||
|
||||
Reference in New Issue
Block a user