Commit Graph

46 Commits (65c738eee201cd38f5df1faf68efa7db638a751a)

Author SHA1 Message Date
Roel Kluin 5514fb2517 fix for wd-v1-4-convnextv2-tagger-v2 2023-07-06 19:19:03 +02:00
Roel Kluin 40a19b0efd clickable tags 2023-07-06 16:17:51 +02:00
Roel Kluin 7b4907115c current 2023-07-06 10:00:06 +02:00
Roel Kluin d3fe26532e almost entirely fixed inversed ratings 2023-07-05 19:56:09 +02:00
Roel Kluin eaf6cca1a1 add tab with excluded tags 2023-07-05 17:04:55 +02:00
Roel Kluin 818b86f166 warning from interrogation could not be unset 2023-07-05 12:12:44 +02:00
Roel Kluin a28d9d87e5 fix what linter indications 2023-07-05 10:41:05 +02:00
Roel Kluin eeae96e357 experimental large queries 2023-07-05 00:14:02 +02:00
Roel Kluin 202a49377e 'fix' async issues by doing only simple actions on events 2023-06-22 01:31:31 +02:00
Roel Kluin eaf1fb0b5e isolate static parts from the interrogation 2023-06-22 00:26:09 +02:00
Roel Kluin f7c7cf5014 change add, exclude and search replace tags partially on lose focus 2023-06-20 19:37:55 +02:00
Roel Kluin 0595035dd0 clean up 2023-06-19 22:06:48 +02:00
Roel Kluin 4ee44d37c9 Fix: rereading the db.json should set the cls.ct past last number used.
The filters can be adapted later if the settings are erroneous,
but writing the tags files in that case is not right.
2023-06-13 23:17:45 +02:00
Roel Kluin 0b95d87181 moving code to interrogator 2023-06-13 15:18:44 +02:00
Roel Kluin 9a63a33620 rename and reorder checkboxes in ui 2023-06-07 23:22:08 +02:00
Roel Kluin 061630769c prevent batch processing when removing an image, or clicking interrogate
triggering an image tagging while an image is loaded in the other tab.

leave the previous entries in case of an error, phantom reload, though
also in image processing, never list weights in the tags
2023-06-07 22:35:37 +02:00
Roel Kluin e214f8de07 it is possible to set the threshold during the preprocessing 2023-06-07 22:25:34 +02:00
Roel Kluin 66b7724b45 off by one, rating label was one character short 2023-06-07 00:49:04 +02:00
Roel Kluin 5bf3675721 two fixes 2023-06-06 21:11:51 +02:00
Roel Kluin ebcbe7a35d rename filter to update, which seems a better description IMO 2023-06-06 21:11:24 +02:00
Roel Kluin a497664c58 move splitting of weighed key to a function 2023-06-06 20:03:56 +02:00
Roel Kluin b2610f0ee5 typo 2023-06-06 19:25:45 +02:00
Roel Kluin e5e36fd69c correct tag order 2023-06-06 19:23:03 +02:00
Roel Kluin 5eb483f36f too early push, this should be included in last patch 2023-06-06 11:04:59 +02:00
Roel Kluin a793ce66a0 add a search replace functionality 2023-06-06 10:47:51 +02:00
Roel Kluin a81e5dbb16 add 'filter' action, which, without interrogation filters and updates
all tags files. the first exclusion tag may be a regexp, in /regexp/
format.
2023-06-05 23:49:15 +02:00
Roel Kluin efa853dd37 oops, this was missing still 2023-06-05 23:14:01 +02:00
Roel Kluin 119670323f Add a tag count threshold slider 2023-06-05 20:57:04 +02:00
Roel Kluin b3afa2a298 Then not using weights, keeping track of the number of interrogations
makes less sense, because the average cannot be calculated anyway.
besides, this allows a 'conclusion' step after consecutive interrogations
where the last removes the ict. This also  should fix the combination of
weighted and non-weighted.
also the extra comma was not fixed, this should do it then.
only print once per file, about missing weights
2023-06-05 19:22:07 +02:00
Roel Kluin b8a440b106 default should be 0.
loop once
the key-value key seems deliberate, but is only present with weights
remove extra comma
2023-06-05 18:06:53 +02:00
Roel Kluin 636705ff22 Also when replacing or ignoring we want combined results 2023-06-05 16:45:09 +02:00
Roel Kluin cde158d322 revert going one line up. it causes weird cursor placement post processing 2023-06-05 16:29:37 +02:00
Roel Kluin f4c30f0736 display the combined weights 2023-06-05 16:12:41 +02:00
Roel Kluin f13c1344de When pre- or appending, with weights active, re-average the weights, rather
than appending
2023-06-05 15:57:34 +02:00
Roel Kluin 7a890ec89b go up one line so the bar does not mess up the console 2023-06-05 15:54:48 +02:00
Roel Kluin baa3c4ecc2 Limit the displayed weighted tags to half the threshold, so we can see
some that we're missing, but the list is not overly long
2023-06-05 15:48:59 +02:00
Roel Kluin 1856cee741 never list weights in the latgs list for single file 2023-06-05 15:47:57 +02:00
Roel Kluin 61871f0264 add a progress bar if not verbose 2023-06-05 01:35:21 +02:00
Roel Kluin 440d31551e add message silence switch
add comma's to tags if appending inserting to previous tags
2023-06-04 20:35:22 +02: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
moonshinegloss 86e0ebcb1d
typo: exiting => existing 2023-02-06 20:32:58 +01:00
Sangha Lee 15eca6f750 refactor: split ui code 2023-01-25 22:21:49 +09:00