Commit Graph

128 Commits (09b77d50cf2a4a30cb9aa4f494143a2ce34e3974)

Author SHA1 Message Date
toshiaki1729 09b77d50cf Update main.py 2023-01-03 01:12:20 +09:00
toshiaki1729 16aaa2d3d7 enable changing tag score threshold on extension 2023-01-03 00:38:09 +09:00
toshiaki1729 331f3f5578 Merge branch 'main' of https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor 2022-12-29 19:44:49 +09:00
toshiaki1729 9bea5f502e enable hotreload with "Apply and restart UI" on Extensions tab 2022-12-29 19:44:46 +09:00
toshiaki1729 ef0f8ae0bb
Create LICENSE 2022-12-28 14:50:32 +09:00
toshiaki1729 9f6656ff3d Update install.py 2022-12-22 14:01:40 +09:00
toshiaki1729 0a14c8e05f Update README-JP.md 2022-12-19 17:39:29 +09:00
toshiaki1729 f0026b5a1c Update README-JP.md 2022-12-19 17:38:31 +09:00
toshiaki1729 95679bad91 Update README.md 2022-12-19 17:38:25 +09:00
toshiaki1729 3e60888656 Update README.md 2022-12-19 17:31:10 +09:00
toshiaki1729 2d9d9e6db1 update README-JP 2022-12-19 01:03:58 +09:00
toshiaki1729 7f823bc015 Update main.py 2022-12-19 00:12:22 +09:00
toshiaki1729 52a31683f3 fix typo, add some descriptions 2022-12-19 00:02:32 +09:00
toshiaki1729 4f18ce5df6 Update README.md 2022-12-18 23:52:12 +09:00
toshiaki1729 3012dc9ef2 Update main.py 2022-12-18 22:44:30 +09:00
toshiaki1729 1e85fdcd71 Update main.py
is this better English?
2022-12-18 22:27:34 +09:00
toshiaki1729 d0ae14ff68 Update main.py 2022-12-18 22:25:48 +09:00
toshiaki1729 b7ae307239 implement #28 2022-12-18 22:20:43 +09:00
toshiaki1729 17fc95d207 Update main.py 2022-12-18 17:54:59 +09:00
toshiaki1729 edcfadbdd7 Squashed commit of the following:
commit 039783edd6dba784bbe5cc260549a20528003efa
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 18 01:10:37 2022 +0900

    allow using modified gallery without filter

commit a2d1821e1357245e6f0bb5a25373c39e0abc1be0
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 18 00:57:33 2022 +0900

    changed to manage selection on gallery totally

commit dc26b65259651600091646b325c5189dba08397f
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Fri Dec 16 21:17:27 2022 +0900

    allow selecting from gallery

commit d8b02f6c9c4bc4aa68bc8964ff518af0309e9fd0
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Fri Dec 16 17:53:32 2022 +0900

    filter gallery without reloading images

    cannot use allow key or click in gallery
    may select hidden images
2022-12-18 01:17:04 +09:00
toshiaki1729 a252ab1948 Update main.py 2022-12-16 10:50:07 +09:00
toshiaki1729 04ca3a9d95 fix showing wrong dataset info 2022-12-16 00:41:00 +09:00
toshiaki1729 90ed6991a1 warn if change in caption not saved
implement #26
2022-12-16 00:36:22 +09:00
toshiaki1729 8f7751f22c remove duplicated tags
#27
on Batch Edit Captions tab
2022-12-15 02:25:58 +09:00
toshiaki1729 4b6d4e0410 Update main.py 2022-12-13 22:48:57 +09:00
toshiaki1729 a5d7219982 fix error when no config.json 2022-12-13 22:40:18 +09:00
toshiaki1729 0e7273ef73 add accordion to enable hiding load settings 2022-12-13 22:35:14 +09:00
toshiaki1729 fe7816463d add reload settings button, hide setting buttons
hide buttons because there is too many buttons on UI
2022-12-13 22:30:33 +09:00
toshiaki1729 ec1e230230 save settings (#24) 2022-12-13 22:01:54 +09:00
toshiaki1729 809245f19c fix #25 2022-12-12 14:19:10 +09:00
toshiaki1729 5bc984cd30 fix wrong Selected Tags and Target dataset num 2022-12-12 01:21:15 +09:00
toshiaki1729 d28ae3f005 fix showing wrong "selected tags" 2022-12-12 00:05:01 +09:00
toshiaki1729 41ebf7248b remove excess code
since cmd_opts is not parsed when install.py is loaded
Arm CPUs and/or macOS cannot use  without installing onnxruntime package manually
see: https://onnxruntime.ai/docs/get-started/with-python.html#install-onnx-runtime
2022-12-11 18:52:33 +09:00
toshiaki1729 f7d29328b5 Squashed commit of the following:
commit 106b43466a15f9eca6241eedf77fd4a414f5a148
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 18:15:12 2022 +0900

    add method to score manually

commit 1b1d94f7879c73fce259ee8ad3c7bd34023b19ac
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 18:06:11 2022 +0900

    save tag scores on loading

commit 2abade6c4925c0797bad21fdfaa6b9bb4a1f1486
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 17:57:16 2022 +0900

    fix wrong params, wrong clip

commit 4ca3da6a47d951979e70079eefcc032512813cc5
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 17:46:17 2022 +0900

    allow using wdv1.4 tagger when loading

    #21

commit 3df922552e503612826300e44ff25da4df260b0a
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 16:32:28 2022 +0900

    implement wdv1.4 tagger (on the way)

    wdv1.4 tagger now available only in selected image

commit e4062bb79f31543bbe675e2e119e346b26efcb0c
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 16:07:18 2022 +0900

    implement interrogator to test wdv1.4 tagger

commit 07067ea79569b5869e94e5fa42eadee30cfd33b4
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 15:35:39 2022 +0900

    just rearrange importing

commit ee3710237eb4beeb6332c660293a30b7913d8e0d
Author: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com>
Date:   Sun Dec 11 15:33:09 2022 +0900

    implement tag scorer (not tested)
2022-12-11 18:15:49 +09:00
toshiaki1729 7a81dffeb2 restore the method of detecting gallery changes 2022-12-11 01:27:26 +09:00
toshiaki1729 60799cf329 fix wrong param making negative filter positive 2022-12-11 00:11:41 +09:00
toshiaki1729 e743f736fb clear caption of selected image when the gallery updated
#23
2022-12-10 23:39:04 +09:00
toshiaki1729 71d8c8e988 Fix default behavior of tag filters 2022-12-10 21:25:11 +09:00
toshiaki1729 50a1ca1bd4 Update ui.py 2022-12-10 21:21:50 +09:00
toshiaki1729 069bd9df1d Update ui.py 2022-12-10 21:18:28 +09:00
toshiaki1729 b39d6555fe clear the image selection automatically if close button pressed
#23
2022-12-10 20:56:16 +09:00
toshiaki1729 f6f42df9ca change the default filter and the order of filters
#22
2022-12-10 19:43:35 +09:00
toshiaki1729 759772e2f3 add option to autofill textbox to edit caption
#23
2022-12-10 19:42:03 +09:00
toshiaki1729 12d6c3826b add option to show only selected tags in common tags textbox
#22
2022-12-10 19:06:48 +09:00
toshiaki1729 c82017c9ae move or delete files: show 0 if nothing selected 2022-12-10 12:54:22 +09:00
toshiaki1729 2668d5ef3d fix move or delete target sometime shows wrong num files 2022-12-10 12:49:28 +09:00
toshiaki1729 0f9b290eb7 move or delete files
#12
2022-12-10 12:36:18 +09:00
toshiaki1729 3c5b7083a0 fix old selected tags shown when reload dataset 2022-12-09 00:05:15 +09:00
toshiaki1729 6020090ca5 allow regex in search & replace
(#20)
2022-12-08 23:32:40 +09:00
toshiaki1729 1f9e123a0b remove empty tag after search & replace
#20
2022-12-08 21:06:53 +09:00