559 Commits

Author SHA1 Message Date
DominikDoom
39ea33be9f Fix encoding for load too
Fixes #204
2.7.3
2023-07-22 21:15:44 +02:00
DominikDoom
1cac893e63 Create temp folder first before touching if it doesn't exist
Fixes #203
2.7.2
2023-07-22 20:46:10 +02:00
DominikDoom
94823b871c Add missing utf-8 encoding to cache write
Fixes #202
2.7.1
2023-07-22 18:17:30 +02:00
DominikDoom
599ff8a6f2 Don't load lycos if they point to the same path as loras
E.g. when using --lyco-patch-lora to replace built-in Loras.
Prevents duplicate entries.
2023-07-22 17:52:51 +02:00
DominikDoom
6893113e0b Fix typo 2023-07-22 15:51:04 +02:00
DominikDoom
ed89d0e7e5 Merge pull request #201 from DominikDoom/feature-trigger-word-completion 2.7.0 2023-07-22 15:36:43 +02:00
DominikDoom
e47c14ab5e Refresh temp files now also reloads the keyword dict 2023-07-22 15:33:42 +02:00
DominikDoom
2ae512c8be Update README.md 2023-07-22 15:21:05 +02:00
DominikDoom
4a427e309b Update README.md 2023-07-22 15:03:16 +02:00
DominikDoom
510ee66b92 Update README.md 2023-07-22 15:01:32 +02:00
DominikDoom
c41372143d Add option to load only user list for keywords 2023-07-22 14:08:32 +02:00
DominikDoom
f1d911834b Fix keyword name check for single element dicts
(important for user defined mappings with a unique hash)
2023-07-22 13:41:48 +02:00
DominikDoom
40d9fc1079 Add ability to undo keyword insertion directly after 2023-07-22 13:07:06 +02:00
DominikDoom
88fa4398c8 Fix for hash collisions as long as the mapping file specifies a name in addition 2023-07-22 12:06:00 +02:00
DominikDoom
3496fa58d9 Add trigger word completion using the model-keyword extension
Works for both the built-in and user defined list
Restructure some of the python helper for path reusability
2023-07-22 12:06:00 +02:00
DominikDoom
737b697357 Fix for insertion adding space before comma even if not needed 2023-07-08 18:03:44 +02:00
DominikDoom
8523d7e9b5 Backwards compat fix for pre 1.3.0 webui versions
Closes #199
2023-07-07 10:30:28 +02:00
DominikDoom
77c0970500 Use info instead of html for readme links
For compatibility with SD.next
Closes #197
2023-07-06 16:55:51 +02:00
DominikDoom
707202ed71 Add override option for space at end of prompt
Closes #196
2023-07-06 12:53:16 +02:00
DominikDoom
922414b4ba Add separate "append spaces" setting
Also rewrote settings to use newer webui features
2023-07-06 12:39:47 +02:00
DominikDoom
7f18856321 Merge pull request #191 from shinshin86/update-ja-readme 2023-06-25 12:34:57 +02:00
shinshin86
cc1f35fc68 Fix text 2023-06-25 07:08:27 +09:00
shinshin86
ae0f80ab0e Fix intra-page links and text in README.md(JA) 2023-06-25 06:59:08 +09:00
shinshin86
8a436decf2 Fix intra-page links in README.md(JA) 2023-06-25 06:18:30 +09:00
shinshin86
7357ccb347 Update README.md(JA) 2023-06-25 06:07:01 +09:00
DominikDoom
d7075c5468 Update README.md
Added info for new setting about partial wildcard completion
2.6.0
2023-06-20 18:50:39 +02:00
DominikDoom
4923c8a177 Add first-difference based wildcard completion
along with an option to choose the wanted mode
2023-06-20 18:22:08 +02:00
DominikDoom
9632909f72 Add safeguards so a wrong translation file format setting doesn't break the script
This should also prevent the issue in #189
2023-06-20 10:00:28 +02:00
DominikDoom
7be3066d77 Partial wildcard completion & color coding for subfolders
As proposed in #190
2023-06-20 09:58:57 +02:00
DominikDoom
0c8ed0d265 Use absolute paths for tags dir and wildcard temp files
Allows data-dir to function if used together with --gradio-allowed-path
Fixes #188
2.5.1
2023-06-15 21:17:03 +02:00
DominikDoom
5cbb9cefc2 Merge pull request #187 from ctwrs/main 2023-06-15 13:59:30 +02:00
Piotr Zaborowski
a7468da59b Add better error handing for malformed .yaml files 2023-06-15 00:32:43 +02:00
DominikDoom
f4218a71cd Add community request for translations 2023-06-09 16:15:27 +02:00
DominikDoom
eb19cae176 README fixes & add settings images 2023-06-09 16:03:50 +02:00
DominikDoom
7bfe4f3b54 README rework & update 2023-06-09 16:02:27 +02:00
DominikDoom
9b66d42111 Fix wildcards selection closing after mouse select
Fixes #184
2023-06-05 21:50:30 +02:00
DominikDoom
7a5a7f31cf Merge pull request #185 from shinshin86/add-ja-readme 2023-06-05 21:13:25 +02:00
shinshin86
76cd4bb6f1 Fix ja text 2023-06-05 22:21:35 +09:00
shinshin86
21b050a355 Add README.md(JA) 2023-06-05 22:13:15 +09:00
DominikDoom
1cb4fc8f25 Merge branch 'feature-refresh-temp-files' into main
Added a "fake" settings option that refreshes some internal temporary files without needing to restart
2.5.0
2023-05-26 23:45:19 +02:00
DominikDoom
2d7e6181f5 Fix embed refresh & JS selector 2023-05-26 17:18:53 +02:00
DominikDoom
c6049fc2fa Separate refresh and write function to include embeds 2023-05-26 16:55:34 +02:00
DominikDoom
eff53d0ca7 Reset embeds too 2023-05-26 16:47:42 +02:00
DominikDoom
a7da670e97 New "setting" for reloading temp files
This allows refreshing Lora, lycos, hypernets and wildcards without having to restart the UI
2023-05-26 15:40:25 +02:00
DominikDoom
da65feea31 Update README.md
Added openpose-editor bug to known issues since it appears so often
2023-05-24 12:58:15 +02:00
DominikDoom
6997558714 Support for hires fix prompts
Only available on the webui dev branch for now.
Closes #179
2023-05-21 13:54:38 +02:00
DominikDoom
a95f422f10 Merge branch 'feature-rubytext' into main
Live translation feature, pretty WIP so expect some bugs
2.4.0
2023-05-15 19:06:09 +02:00
DominikDoom
5640a438da Merge branch 'main' of https://github.com/DominikDoom/a1111-sd-webui-tagcomplete 2.3.0 2023-05-11 21:18:09 +02:00
DominikDoom
3169c4c653 Support searching chants by name 2023-05-11 21:17:55 +02:00
DominikDoom
bba5d6b1c0 Update README.md 2023-05-11 21:14:40 +02:00