Commit Graph

18 Commits (2f99cc54d81dddd48f4d2c284533f4eecb537883)

Author SHA1 Message Date
toshiaki1729 64d65b278a remove unnecessary js code
it was just for debugging
2023-03-26 18:56:34 +09:00
toshiaki1729 a9b30a94ea
Initial support for gradio 3.23.0 (#64)
This commit will make it incompatible with old webUI.
2023-03-26 18:40:20 +09:00
toshiaki1729 a6cabece3c wait for displaying contents
like webUI's javascript/ui.js
2023-03-10 10:20:47 +09:00
toshiaki1729 09272f2840 implement token count 2023-03-07 00:57:19 +09:00
toshiaki1729 5962f4f0bc fix #35 by closing selected image when some filter applied and cleaning up tag filter before being applied 2023-02-04 22:46:24 +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 90ed6991a1 warn if change in caption not saved
implement #26
2022-12-16 00:36:22 +09:00
toshiaki1729 809245f19c fix #25 2022-12-12 14:19:10 +09:00
toshiaki1729 7a81dffeb2 restore the method of detecting gallery changes 2022-12-11 01:27:26 +09:00
toshiaki1729 e743f736fb clear caption of selected image when the gallery updated
#23
2022-12-10 23:39:04 +09:00
toshiaki1729 b39d6555fe clear the image selection automatically if close button pressed
#23
2022-12-10 20:56:16 +09:00
toshiaki1729 d2b1b665b1 tiny fix to avoid error 2022-11-12 08:20:16 +09:00
toshiaki1729 08dffce5f8 refactoring (still on the way), fix showing Selected Tags after loading 2022-11-12 07:59:00 +09:00
toshiaki1729 8c3996c562 refactoring (on the way) 2022-11-10 21:23:31 +09:00
toshiaki1729 c533db7ae7 add shortcut to remove selection
and some changes on UI
2022-11-03 21:46:50 +09:00
toshiaki1729 0176589855 add new features, refactoring, remove tiny bugs
new features: filter images by selection
refactoring: use set to simplify filtering
  it may improve performance slightly on huge dataset but the bottleneck is displaying gallery
remove bugs: error when dataset directory is empty
2022-11-03 21:09:54 +09:00
toshiaki1729 bfc58f778c Update dataset_tag_editor.js
just rename
2022-10-26 20:33:30 +09:00
toshiaki1729 76fdea2d56 Initial Commit
It works may be.
2022-10-26 19:36:51 +09:00