DominikDoom
b44c36425a
Fix db load version comparison, add sort options
2023-09-24 17:59:14 +02:00
DominikDoom
11ffed8afc
Merge branch 'feature-sorting' into feature-sort-by-frequent-use
2023-09-15 16:37:34 +02:00
DominikDoom
2846d79b7d
Small cleanup, add reverse option
...
Properly add text at the end on non-reverse numeric
2023-09-13 19:39:48 +02:00
DominikDoom
783a847978
Fix typo
2023-09-13 16:37:44 +02:00
DominikDoom
44effca702
Add sorting to javascript side
...
Now uses the sortKey if available. Elements without a sortKey will always use name as fallback.
Removed sort direction API again since it needs to be modeled case-by-case in the javascript anyway.
2023-09-13 14:03:49 +02:00
DominikDoom
0a8e7d7d84
Stub API setup for tag usage stats
2023-09-12 14:10:15 +02:00
DominikDoom
4d4f23e551
Formatting
2023-09-09 14:43:55 +02:00
DominikDoom
f63bbf947f
Fix API endpoint to work with symlinks / external folders
...
Fixes #217
2023-08-07 22:15:48 +02:00
DominikDoom
995a5ecdba
Live preview images for extra networks
...
Same as the thumbnails in the extra networks tab, just in a small preview window during completion
2023-08-07 18:50:55 +02:00
DominikDoom
0260765b27
Add support for dynamic-prompts yaml wildcards
2023-07-29 16:13:23 +02:00
DominikDoom
2e271aea5c
Support for new webui 1.5.0 lora features
...
Prefers trigger words over the model-keyword ones
Uses custom per-lora multiplier if set
2023-07-26 14:38:51 +02:00
DominikDoom
a95f422f10
Merge branch 'feature-rubytext' into main
...
Live translation feature, pretty WIP so expect some bugs
2023-05-15 19:06:09 +02:00
DominikDoom
cc67adf82f
Fix quicksettings dropdown changes not being detected
...
Fixes #176
2023-05-09 14:42:32 +02:00
DominikDoom
5d5db7bafe
Fix for gradio 3.16
...
Should resolve part of #175
2023-05-07 20:45:20 +02:00
DominikDoom
40edb89974
Fix model name not being detected after startup
...
Fixes #174
2023-05-06 20:09:24 +02:00
DominikDoom
84b6a0394e
Fix more bugs related to replacing
...
Also some involving parentheses
2023-05-02 17:46:04 +02:00
DominikDoom
b18823e88f
Sliding window search, fix double replacement
2023-05-02 17:46:04 +02:00
Dominik Reh
d29298e0cc
Move anti-caching parameter to load function
...
For less repetition and shorter paths in the higher level functions.
Active by default, but can be disabled.
2023-02-10 11:59:06 +01:00
Dominik Reh
cbeced9121
Extract file load to queue
...
This enables other parsers to keep their load function in the same file
2023-02-10 11:55:56 +01:00
Dominik Reh
86fafeebf5
Fix for undefined returns
2023-01-29 17:14:05 +01:00
Dominik Reh
29d1e7212d
Rename queues to fit const naming convention
2023-01-29 16:40:04 +01:00
Dominik Reh
cd80710708
Implement parser queue
2023-01-29 00:45:00 +01:00
Dominik Reh
d1d3cd2bf5
Add queue processing & callbacks
2023-01-28 23:28:15 +01:00
Dominik Reh
984a7e772a
File comments
2023-01-10 15:01:22 +01:00
Dominik Reh
54641ddbfc
Move utility functions to their own file
2023-01-10 14:58:25 +01:00