DominikDoom
11ffed8afc
Merge branch 'feature-sorting' into feature-sort-by-frequent-use
2023-09-15 16:37:34 +02:00
DominikDoom
cb54b66eda
Refactor PR #239 to use new refresh API endpoint of this branch
2023-09-15 16:32:20 +02:00
DominikDoom
92a937ad01
Merge branch 'main' into feature-sorting
2023-09-15 16:30:23 +02:00
DominikDoom
ba9dce8d90
Merge pull request #239 from NoCrypt/add_extra_refresh_listener
2023-09-15 16:29:35 +02:00
NoCrypt
2622e1b596
Refresh extra: fix python code did not excecuted
2023-09-15 21:12:30 +07:00
NoCrypt
b03b1a0211
Add listener for extra network refresh button
2023-09-15 20:48:16 +07:00
DominikDoom
3e33169a3a
Disable sort order dropdown pointer events while refresh is running
...
Doesn't prevent keyboard focus, but changing the values there is much slower since the list doesn't stay open.
2023-09-13 22:30:37 +02:00
DominikDoom
d8d991531a
Don't sort umi tags since they use count
2023-09-13 22:04:59 +02:00
DominikDoom
f626b9453d
Merge branch 'main' into feature-sorting
2023-09-13 21:56:29 +02:00
DominikDoom
5067afeee9
Add missing null safety
2023-09-13 21:55:09 +02:00
DominikDoom
018c6c8198
Fix Umi tag gathering & sorting
...
Fixes #238
2023-09-13 21:50:41 +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
475ef59197
Rework sorting function to calculate keys instead of pre-sort the list
...
Rename added/changed variables to be clearer
2023-09-13 11:46:17 +02:00
Symbiomatrix
3953260485
Model sort selection.
2023-09-13 01:34:49 +03:00
DominikDoom
0a8e7d7d84
Stub API setup for tag usage stats
2023-09-12 14:10:15 +02:00
DominikDoom
46d07d703a
Improve parentheses handling
...
Still not perfect, but hoüpefully a good compromise. Should be less annoying during normal prompt writing.
Closes #107
2023-09-12 12:56:55 +02:00
DominikDoom
bd1dbe92c2
Don't trigger on programmatic third party input events
...
Fixes #233
2023-09-12 11:50:07 +02:00
DominikDoom
66fa745d6f
Merge pull request #235 from hakaserver/main
2023-09-12 09:46:09 +02:00
hakaserver
37b5dca66e
lyco_path fix
2023-09-12 00:57:35 -03:00
DominikDoom
5db035cc3a
Add missing comma for keyword insertion at end
2.10.6
2023-09-09 14:54:11 +02:00
DominikDoom
90cf3147fd
Formatting
2023-09-09 14:51:24 +02:00
DominikDoom
4d4f23e551
Formatting
2023-09-09 14:43:55 +02:00
DominikDoom
80b47c61bb
Add new setting to choose where keywords get inserted
...
Closes #232
2023-09-09 14:41:52 +02:00
DominikDoom
57821aae6a
Add option to include embeddings in normal search
...
along with new keybind functionality for quick jumping between sections.
Closes #230
2023-09-07 13:18:04 +02:00
DominikDoom
e23bb6d4ea
Add support for --wildcards-dir cmd argument
...
Refactor PR #229 a bit to share code with this
2.10.5
2023-09-02 17:59:27 +02:00
DominikDoom
d4cca00575
Merge pull request #229 from azmodii/main
2023-09-02 17:27:00 +02:00
DominikDoom
86ea94a565
Merge pull request #228 from re-unknown/main
2023-09-02 17:08:13 +02:00
Joel Clark
53f46c91a2
feat: Allow support for custom wildcard directory in sd-dynamic-prompts
2023-09-02 21:30:01 +10:00
ReUnknown
e5f93188c3
Support for updated style editor
2023-09-02 16:51:41 +09:00
DominikDoom
3e57842ac6
Remove unnecessary autocomplete call in wildcards
...
which would result in duplicate file requests
2023-08-29 10:23:13 +02:00
DominikDoom
32c4589df3
Rework wildcards to use own API endpoint
...
Maybe fixes #226
2023-08-29 09:39:32 +02:00
DominikDoom
5bbd97588c
Remove duplicate slash from wildcard files
...
(should be cosmetic only)
2023-08-28 19:15:34 +02:00
DominikDoom
b2a663f7a7
Merge pull request #223 from Symbiomatrix/embload
2023-08-20 19:08:40 +02:00
Symbiomatrix
6f93d19a2b
Edit error message.
2023-08-20 20:02:57 +03:00
Symbiomatrix
79bab04fd2
Typo.
2023-08-20 18:59:12 +03:00
Symbiomatrix
5b69d1e622
Embedding forced reload.
2023-08-20 18:51:37 +03:00
DominikDoom
651cf5fb46
Add metaKey and Shift to non-captured modifiers
...
Fixes #222
2023-08-19 11:59:41 +02:00
DominikDoom
5deb72cddf
Add clearer README description for legacy translations
...
As suggested in #221
2023-08-16 10:50:05 +02:00
DominikDoom
97ebe78205
!After Detailer (adetailer) support
2023-08-15 14:44:38 +02:00
DominikDoom
b937e853c9
Fix booru wiki links with translations
2023-08-08 19:23:13 +02:00
DominikDoom
f63bbf947f
Fix API endpoint to work with symlinks / external folders
...
Fixes #217
2.10.1
2023-08-07 22:15:48 +02:00
DominikDoom
16bc6d8868
Update README.md
2.10.0
2023-08-07 19:48:27 +02:00
DominikDoom
ebe276ee44
Fix for lora filenames containing dots
...
Since file extensions are already cut off before the client-side request, it's not needed here anymore
2023-08-07 19:22:50 +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
90d144a5f4
Fix for new trimming rule cutting off first letter
...
if Loras weren't in a subfolder
2023-08-07 17:51:21 +02:00
DominikDoom
14a4440c33
Fix extra network sorting
...
Caused by loras including their (hidden) folder prefixes instead of just by name
2023-08-07 17:38:40 +02:00
DominikDoom
cdf092f3ac
Fix lora keyword lookup for deep subfolders
2023-08-07 15:17:49 +02:00
DominikDoom
e1598378dc
Merge pull request #215 from bluelovers/pr/model-keyword-001
2023-08-07 09:24:38 +02:00