Serick
19a30beed4
Fix glob pattern matching for filenames with special characters ( #335 )
2025-11-11 11:20:18 +01:00
DominikDoom
89fee277e3
Fix model path breaking with commas in filenames
...
Fixes #332
2025-09-09 10:04:00 +02:00
Disty0
34e68e1628
Fix SDNext ModernUI by following the cursor ( #327 )
2025-05-05 20:44:51 +02:00
Serick
4fc122de4b
Added support for Forge classic ( #322 )
...
Fixes issues due to removal of hypernetworks in Forge classic
2025-04-15 09:35:54 +02:00
DominikDoom
bb492ba059
Add default color config & wiki link fix for merged tag list
2025-01-04 19:33:29 +01:00
DominikDoom
08b7c58ea7
More catches for fixing #308
2024-11-02 15:52:10 +01:00
DominikDoom
6be91449f3
Try-catch in umi format check
...
Possible fix for #308
2024-11-02 13:51:51 +01:00
david419kr
b515c15e01
Underscore replacement exclusion list feature ( #306 )
2024-10-30 17:45:32 +01:00
DominikDoom
827b99c961
Make embedding refresh non-force by default
...
Added option for force-refreshing embeddings to restore old behavior
Fixes #301
2024-09-04 22:58:55 +02:00
DominikDoom
f94da07ed1
Fix ref
2024-08-11 14:56:58 +02:00
DominikDoom
e2cfe7341b
Re-register embed load callback after model load if needed
2024-08-11 14:55:35 +02:00
DominikDoom
ce51ec52a2
Fix for forge type detection, sorting fallback if filename is missing
2024-08-11 14:26:37 +02:00
DominikDoom
f64d728ac6
Partial embedding fixes for webui forge
...
Resolves some symptoms of #297 , but doesn't fix the underlying cause
2024-08-11 14:08:31 +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
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
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
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
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
Symbiomatrix
f3e64b1fa5
Update tag_autocomplete_helper.py
2024-03-03 13:47:39 +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
7437850600
Merge branch 'main' into feature-sort-by-frequent-use
2024-02-04 14:46:29 +01:00
rkfg
22472ac8ad
Hide loras according to settings
2024-02-04 16:44:33 +03: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
2024-01-27 12:38:08 +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
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
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
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
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
DominikDoom
15478e73b5
Count positive / negative prompt usage separately
2023-11-29 15:22:41 +01:00