DominikDoom
4ec1bc3424
Merge branch 'main' into feature-fuzzysearch
2024-07-05 17:16:52 +02:00
DominikDoom
fe32ad739d
Merge pull request #293 from Siberpone/derpi-update
...
Derpibooru csv update
2024-07-05 17:15:26 +02:00
siberpone
ade67e30a6
Updated Derpibooru tags
2024-07-05 21:57:15 +07:00
DominikDoom
e9a21e7a55
Add pony quality tags to demo chants
2024-07-05 10:03:23 +02:00
DominikDoom
3ef2a7d206
Prefer loaded over skipped embeddings on name collisions
...
Fixes #290
2024-06-11 16:23:16 +02:00
DominikDoom
29b5bf0701
Fix db version being accessed before creation if table fails to create
...
This should prevent the script from hard crashing like in #288
2024-05-28 09:47:15 +02:00
DominikDoom
cfe026f366
Merge branch 'main' into feature-fuzzysearch
2024-05-04 14:12:58 +02:00
DominikDoom
3eef536b64
Use custom wildcard wrapper chars from sd-dynamic-prompts if the option is set
...
Closes #286
2024-05-04 14:12:14 +02:00
DominikDoom
c594156d30
Fix duplicates & displaying for translations
2024-04-28 19:13:40 +02:00
DominikDoom
2126a5d217
Some refactoring, WIP translation search
...
Translation are still a bit buggy, e.g. listing duplicates & no english tag shown yet.
2024-04-28 17:14:30 +02:00
DominikDoom
a4a656ae23
Fix frequency sorting not matching fuzzy results
2024-04-28 15:47:27 +02:00
DominikDoom
c59ffed049
Extremely WIP and unperformant experiments for fuzzy lora matching
2024-04-25 23:33:34 +02:00
DominikDoom
625298bed6
Fix alias display & cross-field searching (not correct with translations yet)
...
- Now stays isolated to tag/alias/translation and also only matches inside one alias at a time
- Limited intraIns to 10, should still be enough for most cases while fixing extreme outliers
- Added unicode search variant in preparation for translations
2024-04-25 18:39:29 +02:00
DominikDoom
8c0c308a6f
Extremely messy temp hack / experiment to search in different fields (alias etc)
...
Needs a better data structure later that isn't reliant on the source/index, current state is only useful for testing
2024-04-24 22:50:11 +02:00
DominikDoom
fa4a3bc036
Use μFuzzy instead as it is faster and more configurable
2024-04-21 17:58:14 +02:00
DominikDoom
a8f175925f
Fuzzysort experiment WIP
2024-04-21 12:11:06 +02:00
DominikDoom
0d24e697d2
Update README.md
2024-04-16 13:28:33 +02:00
DominikDoom
a27633da55
Remove hardcoded preview url modifiers, use ResultType instead
...
Fixes #284
2024-04-15 18:48:44 +02:00
DominikDoom
4cd6174a22
Trying out a hopefully more robust import fix
2024-04-14 12:14:29 +02:00
DominikDoom
9155e4d42c
Prevent db response errors from breaking the regular completion
2024-04-14 12:01:15 +02:00
DominikDoom
700642a400
Attempt to fix import error described in #283
2024-04-13 20:27:47 +02:00
DominikDoom
1b592dbf56
Add safety check for db access that was not yet handled by db_request
2024-04-13 19:26:20 +02:00
DominikDoom
d1eea880f3
Rename API call functions on JS side to prevent name conflicts
...
Fixes #282
2024-04-13 17:27:10 +02:00
DominikDoom
119a3ad51f
Merge branch 'feature-sort-by-frequent-use'
3.0.0
2024-04-13 15:08:57 +02:00
DominikDoom
c820a22149
Merge branch 'main' into feature-sort-by-frequent-use
2024-04-13 15:06:53 +02:00
DominikDoom
eb1e1820f9
English dictionary and derpibooru tag lists, thanks to @Nenotriple
...
Closes #280
2.12.0
2024-04-13 14:42:21 +02:00
DominikDoom
ef59cff651
Move last used date check guard to SQL side, implement max cap
...
- Server side date comparison and cap check further improve js sort performance
- The alias check has also been moved out of calculateUsageBias to support the new cap system
2024-03-16 16:44:43 +01:00
DominikDoom
a454383c43
Merge branch 'main' into feature-sort-by-frequent-use
2024-03-03 13:52:32 +01:00
DominikDoom
bec567fe26
Merge pull request #277 from Symbiomatrix/embpath
...
Embedding relative path.
2024-03-03 13:50:33 +01:00
DominikDoom
d4041096c9
Merge pull request #275 from Symbiomatrix/wildcard
2024-03-03 13:43:27 +01:00
Symbiomatrix
0903259ddf
Update ext_embeddings.js
2024-03-03 13:49:36 +02:00
Symbiomatrix
f3e64b1fa5
Update tag_autocomplete_helper.py
2024-03-03 13:47:39 +02:00
DominikDoom
312cec5d71
Merge pull request #276 from Symbiomatrix/modkey
...
[Feature] Modifier keys for list navigation.
2024-03-03 11:46:05 +01:00
Symbiomatrix
b71e6339bd
Fix tabs.
2024-03-03 12:21:29 +02:00
Symbiomatrix
7ddbc3c0b2
Update tagAutocomplete.js
2024-03-03 04:23:13 +02:00
DominikDoom
4c2ef8f770
Merge branch 'main' into feature-sort-by-frequent-use
2024-02-09 19:23:52 +01:00
DominikDoom
97c5e4f53c
Fix embeddings not loading in SD.Next diffusers backend
...
Fixes #273
2024-02-09 19:06:23 +01:00
DominikDoom
1d8d9f64b5
Update danbooru.csv with 2023 data
...
Closes #274
2024-02-09 17:59:06 +01:00
DominikDoom
7437850600
Merge branch 'main' into feature-sort-by-frequent-use
2024-02-04 14:46:29 +01:00
DominikDoom
829a4a7b89
Merge pull request #272 from rkfg/lora-visibility
...
Hide loras according to settings
2024-02-04 14:45:48 +01:00
rkfg
22472ac8ad
Hide loras according to settings
2024-02-04 16:44:33 +03:00
DominikDoom
5f77fa26d3
Update README.md
...
Add feedback wanted notice
2024-02-04 12:04:02 +01:00
DominikDoom
f810b2dd8f
Merge branch 'main' into feature-sort-by-frequent-use
2024-01-27 12:39:40 +01:00
DominikDoom
08d3436f3b
Fix mtime check for list return
...
Fixes #269
2.11.0
2024-01-27 12:38:08 +01:00
DominikDoom
afa13306ef
Small regex fix to make style completion work after [ or before ,
2024-01-26 20:39:33 +01:00
DominikDoom
95200e82e1
Merge branch 'main' into feature-sort-by-frequent-use
2024-01-26 17:04:53 +01:00
DominikDoom
a63ce64f4e
Small fix for nonexistent style file
2024-01-26 17:04:15 +01:00
DominikDoom
a966be7546
Merge branch 'main' into feature-sort-by-frequent-use
2024-01-26 16:21:15 +01:00
DominikDoom
d37e37acfa
Added option to autocomplete style names
...
To be used in tandem with https://github.com/SirVeggie/extension-style-vars
Closes #268
2024-01-26 16:16:04 +01:00
DominikDoom
342fbc9041
Pre-calculate usage bias for all results instead of in the sort function
...
Roughly doubles the sort performance
2024-01-19 21:10:09 +01:00