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
DominikDoom
d496569c9a
Cache sort key for small performance increase
2024-01-19 20:17:14 +01:00
DominikDoom
7778142520
Same fix for embeddings and chants, although probably not relevant
2024-01-11 15:42:30 +01:00
DominikDoom
cde90c13c4
Fix wildcards being cut off after colon
...
Fixes #267
2024-01-11 15:42:30 +01:00
DominikDoom
231b121fe0
Update README
...
Updated English and Japanese READMEs to include link to Japanese tag translations
2024-01-09 11:54:07 +01:00
DominikDoom
c659ed2155
Use <lora: for models in lycoris folder by default
...
Added a backcompat option to keep using <lyco: if needed.
Closes #263
2023-12-24 14:11:19 +01:00
DominikDoom
0a4c17cada
Merge pull request #261 from Jibaku789/main
...
Add support of deepdanbooru-object-recognition
2023-12-19 11:01:53 +01:00
Jibaku789
6e65811d4a
Add support of deepdanbooru-object-recognition
...
Add support of autocomplete in extension;
deepdanbooru-object-recognition
2023-12-18 15:57:00 -06:00
DominikDoom
03673c060e
Add wildcard exclusion options
...
One for excluding specific folders by name, the other to skip them during refresh
2023-12-15 19:46:17 +01:00
DominikDoom
1c11c4ad5a
Lora hash dict safety checks
2023-12-15 13:35:53 +01:00
DominikDoom
30c9593d3d
Merge branch 'main' into feature-sort-by-frequent-use
2023-12-12 14:23:18 +01:00
DominikDoom
f840586b6b
Auto-refresh embedding list after model change
...
Uses own API endpoint and doesn't force-reload to skip unneeded work
(only works for A1111 as SD.Next model change detection isn't implemented yet)
2023-12-12 14:22:53 +01:00
DominikDoom
886704e351
Fix lora import in a1111
...
This makes the built-in list method work on the initial load there
2023-12-12 13:46:51 +01:00
DominikDoom
41626d22c3
Fix refresh in SD.Next if no model was loaded
2023-12-12 12:15:58 +01:00
DominikDoom
57076060df
Merge branch 'main' into feature-sort-by-frequent-use
2023-12-11 11:43:26 +01:00
DominikDoom
5ef346cde3
Attempt to use the build-in Lora.networks Lora/LyCORIS models lists ( #258 )
...
Co-authored-by: Midcoastal <midcoastal79@gmail.com >
2023-12-11 11:37:12 +01:00
DominikDoom
edf76d9df2
Revert "Attempt to use the build-in Lora.networks Lora/LyCORIS models lists ( #255 )"
...
This reverts commit 837dc39811 .
2023-12-10 22:49:30 +01:00
Mike
837dc39811
Attempt to use the build-in Lora.networks Lora/LyCORIS models lists ( #255 )
2023-12-10 22:20:51 +01:00
DominikDoom
f1870b7e87
Force text color to account for themes not following gradio settings
...
As discussed in PR #256
2023-12-10 15:30:49 +01:00
DominikDoom
20b6635a2a
WIP usage info table
...
Might get replaced with gradio depending on how well it works
2023-12-04 15:00:19 +01:00
DominikDoom
1fe8f26670
Add explanatory tooltip and inline reset ability
...
Also add tooltip for wiki links
2023-12-04 13:56:15 +01:00
DominikDoom
e82e958c3e
Fix alias check for non-aliased tag types
2023-11-29 18:15:59 +01:00
DominikDoom
2dd48eab79
Fix error with db return value for no matches
2023-11-29 18:14:14 +01:00
DominikDoom
4df90f5c95
Don't frequency sort alias results by default
...
with an option to enable it if desired
2023-11-29 18:04:50 +01:00
DominikDoom
a156214a48
Last used & min count settings
...
Also some performance improvements
2023-11-29 17:45:51 +01:00