Yuxi Liu
effda54526
e621 sfw version
2023-11-18 11:59:37 +01:00
DominikDoom
58804796f0
Fix broken refresh buttons
...
Likely caused by gradio changes
2023-11-05 13:07:47 +01:00
DominikDoom
668ca800b8
Add is_file checks to all glob searches
...
Prevents folder names containing the suffix from breaking things
Fixes #251
2023-11-05 12:51:51 +01:00
DominikDoom
a7233a594f
Escape $ signs for the insert functions
...
Fixes #248 , as discussed in #247
2023-10-14 16:19:34 +02:00
DominikDoom
5ebe22ddfc
Add sha256 (V2) keyword lookup
...
As discussed in #245
2023-10-06 16:46:18 +02:00
DominikDoom
44c5450b28
Fix special characters breaking wiki link urls
2023-10-06 14:54:29 +02:00
DominikDoom
5fd48f53de
Fix csv parsing for unclosed quotes
...
Fixes #245
2023-10-06 14:44:03 +02:00
DominikDoom
446ac14e7f
Fix umi list not resetting after deleting chars behind "["
2023-10-01 23:47:02 +02:00
DominikDoom
b3e71e840d
Safety check for missing shape
2023-09-26 15:12:29 +02:00
DominikDoom
998514bebb
Proper support for SDXL embeddings
...
Now in their own category, other embeddings don't get mislabeled anymore if an XL model is loaded
2023-09-26 14:14:20 +02:00
DominikDoom
94ec8884c3
Fix SD.Next error caused by embeddings without filenames
...
This only ignores these embeddings, the root cause is a bug / behavioral difference in SD.Next
Fixes #242
2023-09-26 10:30:01 +02:00
DominikDoom
1a9157fe6e
Fix wildcard load if no non-extension wildcards exist
...
Fixes #241
2023-09-21 10:15:53 +02:00
DominikDoom
5911248ab9
Merge branch 'feature-sorting' into main
...
Update including a new sorting option for extra network models & wildcards.
For now only by date modified, this might be expanded in the future.
A "sort by frequent use" is also in the works.
2023-09-19 12:13:01 +02:00
DominikDoom
1c693c0263
Catch UnicodeDecodeError to prevent corrupted yaml files from breaking the extension
...
As mentioned in #240
2023-09-17 15:28: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
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