Commit Graph

81 Commits (77d4e3569a6858d4f1c50c7a6ebde43fef02af91)

Author SHA1 Message Date
青龍聖者@bdsqlsz 77d4e3569a
update wd-v1-4-convnextv2-tagger-v2 2023-03-23 17:29:27 +08:00
Sangha Lee 590c9a73fb
Merge pull request #54 from oopsanke/master
Update README.md
2023-02-19 20:51:48 +09:00
oopsanke 0f165d1dc9
Update README.md 2023-02-19 08:40:06 +08:00
Sangha Lee cc3efd2de5 fix: attempt to fix windows path problem #48 2023-02-07 21:52:11 +09:00
Sangha Lee 826b9b591a fix: encoding error #45 2023-02-07 21:45:56 +09:00
Sangha Lee 620d950324 feat: option to not add duplicate tags #46 2023-02-07 21:42:33 +09:00
Sangha Lee 073346644b Merge branch 'master' of github.com:toriato/stable-diffusion-webui-wd14-tagger 2023-02-07 21:27:55 +09:00
Sangha Lee 38c9ddd302 fix: Append tags does not add trailing comma to existing tags #49 2023-02-07 21:27:34 +09:00
Sangha Lee 4989749ed2
Merge pull request #47 from moonshinegloss/patch-1
typo: exiting => existing
2023-02-07 05:03:24 +09:00
moonshinegloss 86e0ebcb1d
typo: exiting => existing 2023-02-06 20:32:58 +01:00
Sangha Lee 51a68b06f7 refactor: remove duplicated code 2023-01-30 18:51:16 +09:00
Sangha Lee b38c285e18
Merge pull request #42 from HalfMAI/fix-additionalTag
Fixing additional tags not showing in the result tags
2023-01-30 18:41:54 +09:00
HalfMAI 493eba30a7 Update interrogator.py
Fix:
https://github.com/toriato/stable-diffusion-webui-wd14-tagger/issues/41
2023-01-30 17:33:17 +08:00
Sangha Lee cd83fd119c
docs: fix typos 2023-01-26 18:36:41 +09:00
Sangha Lee bea7185acd docs: add wd1.4 v2 info 2023-01-26 13:53:31 +09:00
Sangha Lee a9eacb1eff feat: add basic api #40 2023-01-25 23:47:36 +09:00
Sangha Lee 2950e37ec4 refactor: remove old ignores 2023-01-25 22:22:36 +09:00
Sangha Lee 15eca6f750 refactor: split ui code 2023-01-25 22:21:49 +09:00
Sangha Lee 24be68585c fix: use tagged release rather than HEAD 2023-01-25 19:41:17 +09:00
Sangha Lee 53436d4890 docs: comparison test data 2023-01-25 19:25:26 +09:00
Sangha Lee 699cf27ba5 feat: add wd1.4 v2 taggers #39 2023-01-25 19:17:37 +09:00
Sangha Lee 4bfd84c9f0
Merge pull request #38 from p1atdev/master
Fix: Splitting empty string returns an empty tag
2023-01-24 03:09:27 +09:00
unknown aef0ddcacd fix: splitting empty string returns an empty tag 2023-01-23 09:47:21 +09:00
Sangha Lee 3b8f68acc6 Merge branch 'master' of github.com:toriato/stable-diffusion-webui-wd14-tagger 2023-01-04 06:07:13 +09:00
Sangha Lee d5ea1aa4dd fix: add fallback path to deepdanbooru models #36 2023-01-04 06:06:49 +09:00
Sangha Lee 988aaab667
Merge pull request #34 from SmilingWolf/master
Small fixes and QoL
2022-12-28 19:52:32 +09:00
SmilingWolf aca6753776 fix: preserve tags order
If a tag was changed, it was popped from the tags dict and added to the
bottom, changing their order.
2022-12-28 08:47:11 +01:00
SmilingWolf c6e72f32c1
Delete redundant install.py
Tensorflow is now installed on demand by the DeepDanbooru interrogator.
2022-12-28 08:41:07 +01:00
Sangha Lee ce43eb74bd fix: commented out incorrectly 2022-12-26 20:34:10 +09:00
Sangha Lee dfb8d9d136 feat: unload models #31 2022-12-26 20:23:14 +09:00
Sangha Lee 964437afd0
Merge pull request #27 from Bing-su/path
fix: don't use `removeprefix` for pythom 3.8 (colab)
2022-12-16 19:27:51 +09:00
Sangha Lee 438e7f24a1 fix: allow truncated image #28 2022-12-16 19:25:52 +09:00
Bingsu 3ee98597fb fix: don't use `removeprefix` 2022-12-15 18:48:47 +09:00
Sangha Lee 4c7d0b4d32 docs: fix typo 2022-12-14 20:05:55 +09:00
Sangha Lee f64e71e940 feat: add wd 1.4 convnext model 2022-12-14 20:05:05 +09:00
Sangha Lee 20a08aba96 Merge branch 'master' of github.com:toriato/stable-diffusion-webui-wd14-tagger 2022-12-11 18:40:00 +09:00
Sangha Lee c2e442c7ad feat: add tag by clicking result label #23 2022-12-11 18:38:54 +09:00
Sangha Lee a4eb9ecf9a
Merge pull request #24 from SmilingWolf/patch-1
bugfix: properly check use_cpu
2022-12-11 12:13:24 +09:00
SmilingWolf 953517f0b2
bugfix: properly check use_cpu
shared.cmd_opts.use_cpu is a list - compare accordingly
2022-12-10 22:12:19 +01:00
Sangha Lee ed5bc122c0 fix: set provider to onnx 2022-12-11 04:41:36 +09:00
Sangha Lee e22739d39c refactor: use tensorflow only when needed 2022-12-11 03:12:56 +09:00
Sangha Lee e4ec460122 feat: onnx model #22 2022-12-11 03:12:25 +09:00
Sangha Lee 6c2006f074 refactor: load model before evaluation 2022-12-11 02:28:55 +09:00
Sangha Lee c90ef1e815 refactor: replace double quotes 2022-12-10 15:05:43 +09:00
Sangha Lee e3d9c07c76 docs: update wd 1.4 model changes 2022-12-06 21:31:23 +09:00
Sangha Lee c6b00a4100
Merge pull request #21 from SmilingWolf/master
Update WD tagger
2022-12-06 12:23:15 +00:00
SmilingWolf 4a9cd4fadc Delete outdated quote and setup instructions 2022-12-06 12:53:32 +01:00
SmilingWolf ab7519bc13 Use up-to-date WD tagger model from HuggingFace repo
Also move model init to the first call to the interrogator instead of startup
2022-12-06 12:52:41 +01:00
Sangha Lee ee167eabe8 fix: lack of supported image format on first run 2022-12-01 20:35:38 +09:00
Sangha Lee b4e038785d feat: action when output file already exists #19 2022-12-01 20:21:58 +09:00