Commit Graph

  • b70b0b72cb Add base parser Dominik Reh 2023-01-28 22:58:29 +01:00
  • a831592c3c Rename globals file to ensure it's loaded first Dominik Reh 2023-01-28 22:57:58 +01:00
  • e00199cf06 Move potentially shared vars to separate file to ensure that they exist when other parts reference them Dominik Reh 2023-01-28 22:36:16 +01:00
  • dc34db53e4 Trim carriage return from hyp and lora txts Dominik Reh 2023-01-28 22:30:04 +01:00
  • a925129981 Update README.md DominikDoom 2023-01-25 16:57:05 +01:00
  • e418a867b3 Merge branch 'hyp-lora-support' into main 1.17.0 Dominik Reh 2023-01-24 15:23:53 +01:00
  • 040be35162 Don't escape parentheses for loras and hypernets Dominik Reh 2023-01-24 15:03:56 +01:00
  • 316d45e2fa Use extra network multiplier from settings Dominik Reh 2023-01-24 15:03:35 +01:00
  • 8ab0e2504b Fix meta display, add mixed results < will show all three, while <e: <h: or <l: will limit it to that type. Dominik Reh 2023-01-24 14:51:55 +01:00
  • b29b496b88 Simplify lora and hypernetwork loading Dominik Reh 2023-01-24 14:08:11 +01:00
  • e144f0d388 Make script work without settings tab Fixes #116 Dominik Reh 2023-01-24 13:08:43 +01:00
  • ae01f41f30 add support for hypernetworks and lora JM 2023-01-22 19:24:59 +01:00
  • fb27ac9187 Update README_ZH.md DominikDoom 2023-01-18 16:31:57 +01:00
  • 770bb495a5 Update README.md DominikDoom 2023-01-18 16:29:55 +01:00
  • 7fdad1bf62 Add back ability to use hashes in black/whitelist They are displayed in the UI after all, just not in the dropdown but at the bottom 1.16.2 Dominik Reh 2023-01-14 14:57:39 +01:00
  • a91a098243 Change blacklist to use model name instead of hash Hotfix for recent webui changes to use proper sha256 hashes, which is currently not displayed in the UI Dominik Reh 2023-01-14 14:24:44 +01:00
  • c663abcbcb Fix wiki links showing on embeddings & wildcards 1.16.1 Dominik Reh 2023-01-13 19:33:43 +01:00
  • bec222f2b3 Fix for 1-letter completion Completion would sometimes not show if the prompt was only one letter long and identical to the previous completion 1.16.0 Dominik Reh 2023-01-12 15:54:57 +01:00
  • d4db6a7907 Option to show ? wiki links for danbooru/e621 tags Disabled by default since the wiki pages likely contain NSFW images. Closes #109 Dominik Reh 2023-01-12 15:49:53 +01:00
  • 52593e6ac8 Update setting descriptions for black/whitelist Dominik Reh 2023-01-12 14:45:16 +01:00
  • 849e346924 Black/whitelisting options for models Enables selective (de)activation based on model hash. Closes #14 Dominik Reh 2023-01-12 14:35:54 +01:00
  • 25b285bea3 Styling adjustments 1.15.0 Dominik Reh 2023-01-10 15:10:13 +01:00
  • 984a7e772a File comments Dominik Reh 2023-01-10 15:01:22 +01:00
  • 964b4fcff3 Rework results system Now uses object properties instead of array indices, much less confusing Dominik Reh 2023-01-10 14:59:09 +01:00
  • 54641ddbfc Move utility functions to their own file Dominik Reh 2023-01-10 14:58:25 +01:00
  • c048684909 Load embeds recursively in fallback Webui now supports recursive embedding loading, so we also use it here. This shouldn't happen since the newer version uses the non-fallback, but it doesn't hurt Dominik Reh 2023-01-06 15:52:40 +01:00
  • da9acfea2a Rework embedding load, now uses callback. Should hopefully fix #100 Dominik Reh 2023-01-03 17:30:30 +01:00
  • 552c6517b8 Make new settings id the default behavior instead of fallback Dominik Reh 2023-01-03 11:14:16 +01:00
  • f626eb3467 Merge pull request #101 from stysmmaker/fix/apply-settings-button-fallback DominikDoom 2023-01-03 10:57:53 +01:00
  • 2ba513bedc fix: Add fallback to applySettingsButton var MMaker 2023-01-03 00:07:15 -05:00
  • 89d36da47e Add fallback for embedding loading Fixes error on outdated webuis, as mentioned in #98 and #99 Dominik Reh 2023-01-02 16:09:36 +01:00
  • 5f2f746310 Skipped embeddings now also hold shape info so we don't need to guess the type anymore if the model didn't load any. Dominik Reh 2023-01-02 12:45:56 +01:00
  • 454c13ef6d Fix for embedding search without v1/v2 prefix 1.14.0 Dominik Reh 2023-01-02 00:44:56 +01:00
  • 6deefda279 Show version info for embeddings Also allows searching by version to quickly find v1 or v2 model embeddings Closes #97 Dominik Reh 2023-01-02 00:38:48 +01:00
  • b57042edd0 Remove leftover debug logs 1.13.0 Dominik Reh 2022-12-26 13:31:04 +01:00
  • ceba61163e Merge pull request #93 from ctwrs/umi-suggestions DominikDoom 2022-12-26 13:28:46 +01:00
  • 16201605d0 Merge branch 'DominikDoom:main' into umi-suggestions catwars 2022-12-26 02:10:49 +01:00
  • 0c3397aee6 Fix umi tag autocomplete filtering logic ctwrs 2022-12-26 01:57:15 +01:00
  • 4f582f4528 Merge pull request #92 from ctwrs/main DominikDoom 2022-12-24 13:27:34 +01:00
  • d2b5142d7d Umi filtering - initial version ctwrs 2022-12-24 01:28:12 +01:00
  • f11abe60c2 Allow for selecting an empty tagFile to disable booru suggestions ctwrs 2022-12-23 21:34:00 +01:00
  • 16bf9d9a51 Merge pull request #90 from DominikDoom/feature-yaml-wildcards DominikDoom 2022-12-22 14:48:23 +01:00
  • bdd8cf68c7 Fix show all condition Dominik Reh 2022-12-22 12:39:00 +01:00
  • 63a0d2e73e Bugfixes for change detection & multiple umi tags (WIP) Dominik Reh 2022-12-20 19:45:07 +01:00
  • 34ba08d804 Extract regexes for easier editing & testing Dominik Reh 2022-12-20 18:25:37 +01:00
  • f1a437ff48 Autocompletion for UMI yaml wildcards Dominik Reh 2022-12-20 17:08:09 +01:00
  • 97cbada882 Sort yaml tags by count Dominik Reh 2022-12-20 13:28:43 +01:00
  • 860a4034bb Update README.md DominikDoom 2022-12-19 19:30:36 +01:00
  • 255d7420fd Merge branch 'main' of https://github.com/DominikDoom/a1111-sd-webui-tagcomplete into main Dominik Reh 2022-12-19 19:07:32 +01:00
  • 6b34d8ccd1 Warning about e621 as extra file Dominik Reh 2022-12-19 19:07:29 +01:00
  • b35ee10f8e Merge pull request #88 from ctwrs/main DominikDoom 2022-12-19 13:05:43 +01:00
  • fc8540589a Index tags used in yaml wildcard files ctwrs 2022-12-19 02:58:02 +01:00
  • 3d1ca6893a Fix formatting Dominik Reh 2022-12-19 10:32:47 +01:00
  • 73c3424ab3 Fix for script load if no third party found 1.12.1 Dominik Reh 2022-12-19 10:23:34 +01:00
  • 5f8a5d468d Update README_ZH.md DominikDoom 2022-12-18 16:51:11 +01:00
  • 4296d8e3b7 Update README.md DominikDoom 2022-12-18 16:38:17 +01:00
  • 8d9c0c7bb7 Merge pull request #86 from DominikDoom/support-dataset-tag-editor 1.12.0 DominikDoom 2022-12-18 14:17:27 +01:00
  • 1c22a22abe Support third party textboxes Base functionality for third party textboxes, specifically Dataset Tag Editor Closes #83 Dominik Reh 2022-12-18 14:15:37 +01:00
  • f38c5df257 Update README_ZH.md DominikDoom 2022-11-28 08:00:08 +01:00
  • 3332d62639 Update README.md DominikDoom 2022-11-28 07:55:23 +01:00
  • b159efe74e Update README.md DominikDoom 2022-11-28 07:52:36 +01:00
  • 3789457702 Fix typo DominikDoom 2022-11-26 15:44:43 +01:00
  • 35875a07a8 Update README_ZH.md DominikDoom 2022-11-26 15:42:30 +01:00
  • 77c6a2b950 Update README.md for new settings DominikDoom 2022-11-26 15:22:44 +01:00
  • bc80b3ea2c Merge pull request #80 from DominikDoom/feature-options DominikDoom 2022-11-26 15:09:46 +01:00
  • a4e0b69d26 Better description for translation format Dominik Reh 2022-11-26 15:01:51 +01:00
  • 4f68a50a25 Fix styling for tac refresh buttons Add change listener for settings of type 'select' Dominik Reh 2022-11-26 14:45:43 +01:00
  • 05c11c9781 Finalize settings migration - Dropdown selection & refresh for tag files - Tag, Extra & Translation file reloading without restart - Any options can now be added to the quicksettings bar - Standalone colors.json file Dominik Reh 2022-11-26 14:29:20 +01:00
  • def6ebb798 Initial changes for settings migration Dominik Reh 2022-11-21 19:11:20 +01:00
  • e4a8ee7439 Move settings inline As mentioned in #71 Dominik Reh 2022-11-20 12:28:47 +01:00
  • 1c3e60cfb2 Use fetch instead of XmlHttpRequest Easier to use and also seems to be faster Dominik Reh 2022-11-19 18:43:04 +01:00
  • fc4484ddc6 Merge pull request #77 from stysmmaker/patch/embeddings-dir DominikDoom 2022-11-17 18:22:20 +01:00
  • d6eb751e4b fix: Use correct embeddings dir MMaker 2022-11-17 12:13:43 -05:00
  • 894335f1de Improved search function (#75) batvbs 2022-11-14 19:56:59 +08:00
  • 2d45d6c796 Dynamic css construction for less duplicate code Inserts variables for light/dark mode instead of keeping separate css for both Fixes scrollbar space being reserved in chrome where it's not needed. Dominik Reh 2022-11-07 19:25:51 +01:00
  • dba4046064 Update README_ZH.md DominikDoom 2022-11-07 10:01:29 +01:00
  • ca8a0c433e Fix result text cutoff in Firefox 1.11.2 Dominik Reh 2022-11-06 14:32:33 +01:00
  • 535c2a6753 Safety checks for translations Should prevent list getting cut off if no translation or alias matches Dominik Reh 2022-11-06 14:16:56 +01:00
  • e86c604903 Fix for translations failing to match sometimes Dominik Reh 2022-11-06 13:59:00 +01:00
  • 4eabf00f01 Remove max width for resutls Fixes #65 Dominik Reh 2022-11-05 18:27:53 +01:00
  • a39b0d0742 Include deprecated danbooru tags Dominik Reh 2022-11-05 17:51:34 +01:00
  • ecc71902cd Update README.md DominikDoom 2022-11-05 16:46:24 +01:00
  • 2dc1dfea86 Update README.md 1.11.1 DominikDoom 2022-11-05 16:21:38 +01:00
  • 18556c6115 Rework translation to be separate from aliases Enables two-way translation where the translation is always visible. Closes #62. Dominik Reh 2022-11-05 15:54:26 +01:00
  • 82355cdb60 Update README.md 1.11.0 DominikDoom 2022-11-04 16:10:59 +01:00
  • 2c6b6e7f13 Count and Alias support The data and script have been updated to include post count and common aliases for tags. Aliases are added the same way as translations. Closes #60. Dominik Reh 2022-11-04 15:50:27 +01:00
  • abb5625e55 Cache workaround Force reload by querying with current time added to the URL 1.10.1 Dominik Reh 2022-11-01 13:56:03 +01:00
  • d5de786d07 Don't use unnecessary onUIUpdate Dominik Reh 2022-11-01 13:54:38 +01:00
  • f8a9223c29 Add config option to hide autocomplete UI options Implements #57 Dominik Reh 2022-11-01 13:50:34 +01:00
  • 61a97175a7 Fix parentheses regression Fixes #59 Dominik Reh 2022-11-01 13:03:03 +01:00
  • 92a08205d0 Remove unnecessary path check Simplifies getting the tag base path. Also fixes #55 Dominik Reh 2022-10-31 11:04:36 +01:00
  • 372a499615 Merge pull request #52 from Kinsmir/main 1.10.0 DominikDoom 2022-10-30 17:14:10 +01:00
  • ca717948a4 Add config & UI option for appending commas Closes #49 Dominik Reh 2022-10-30 17:10:31 +01:00
  • 6c6999d5f1 Fix diff check for negative tag count changes Now properly closes the popup if the last letter of a tag gets deleted. Dominik Reh 2022-10-30 16:10:55 +01:00
  • f7f5101f62 Removed wildcard comments Joris Neuteboom 2022-10-30 16:10:38 +01:00
  • e49862d422 Fix Regex for non-ascii tags Also separates the regex for simplification. Fixes #51. Dominik Reh 2022-10-30 16:08:13 +01:00
  • 524514bd46 Fix parsing for real this time Fixes #48 (again) 1.9.2 Dominik Reh 2022-10-29 18:35:06 +02:00
  • 106fa13f65 Hotfix for broken parsing Fixes #48 1.9.1 Dominik Reh 2022-10-29 17:24:44 +02:00
  • a038664616 Fix new regex for embeddings 1.9.0 Dominik Reh 2022-10-29 15:55:30 +02:00
  • 789f44d52a Support editing tags inside weighting parentheses Fixes #47 Dominik Reh 2022-10-29 14:48:44 +02:00