Commit Graph

59 Commits (bc253572971c9f8a4d7df27ecbf56e78172f48a1)

Author SHA1 Message Date
jwfraustro bc25357297
update missed type hint 2022-11-20 13:38:58 -05:00
toshiaki1729 7a71c35b65 change UI order not to the textboxes go up and down depending on number of tags 2022-11-17 08:34:32 +09:00
toshiaki1729 17598b8668 Update dataset_tag_editor.py 2022-11-13 16:32:18 +09:00
toshiaki1729 3fd9bb4173 revert the method to distinguish the file is image or not 2022-11-13 13:13:24 +09:00
toshiaki1729 12aff24940 Merge branch 'main' of https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor 2022-11-13 12:41:40 +09:00
toshiaki1729 ee94410453 shows the number of images loaded #7 2022-11-13 12:41:38 +09:00
toshiaki1729 3a1a916b92
Delete pylint.yml 2022-11-13 12:11:14 +09:00
toshiaki1729 b923cc591d
Create pylint.yml 2022-11-13 12:00:31 +09:00
toshiaki1729 ba5c22c1b0 #7 2022-11-13 11:46:24 +09:00
toshiaki1729 4a14c054ea change folder structure 2022-11-13 00:54:05 +09:00
toshiaki1729 44270cf82b update READMEs 2022-11-12 23:06:36 +09:00
toshiaki1729 76242bb290 Update README.md 2022-11-12 23:03:13 +09:00
toshiaki1729 0aaf10be82 Update README-JP.md 2022-11-12 22:04:44 +09:00
toshiaki1729 4bcfc52e73 fix typo 2022-11-12 21:53:36 +09:00
toshiaki1729 cb80f78d1b deselect deepbooru option when no --deepbooru cmdopt 2022-11-12 21:48:00 +09:00
toshiaki1729 dfe48e418f Update README-JP.md 2022-11-12 20:58:20 +09:00
toshiaki1729 b3d6e85c7d update README-JP and fix typo 2022-11-12 20:56:53 +09:00
toshiaki1729 b3a27d89f5 Update ss05.png 2022-11-12 20:02:13 +09:00
toshiaki1729 20639fa79d edit README 2022-11-12 19:55:02 +09:00
toshiaki1729 89248bf87e interrogate features #5 #6 2022-11-12 13:07:46 +09:00
toshiaki1729 605f8c1640 fix interrogate fails if image has alpha channel 2022-11-12 11:59:51 +09:00
toshiaki1729 22c8cd60bf Update dataset_tag_editor_ui.py 2022-11-12 11:53:49 +09:00
toshiaki1729 76b7df802e rearrange ui 2022-11-12 11:52:50 +09:00
toshiaki1729 f61f3246a1 add feature to prefill captions with interrogator on loading dataset 2022-11-12 11:33:45 +09:00
toshiaki1729 9442e67bfb feature to generate caption with interrogator, UI text fix 2022-11-12 09:44:10 +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 c4de870c9a Merge branch 'main' into experimental 2022-11-12 07:31:51 +09:00
toshiaki1729 73ed887e58 Update dataset_tag_editor.py
it will be better than previous
2022-11-11 21:48:37 +09:00
toshiaki1729 441f6bba3f Merge branch 'main' into experimental 2022-11-11 00:18:06 +09:00
toshiaki1729 c5939b6876 load supported images by Pillow
same as modules/textual_inversion/dataset in webUI.
may be slow in extremely huge dataset.
2022-11-10 23:34:01 +09:00
toshiaki1729 4b2918a86f display simple loading state 2022-11-10 22:19:10 +09:00
toshiaki1729 ed8ffea154 Merge branch 'main' into experimental 2022-11-10 21:24:03 +09:00
toshiaki1729 8c3996c562 refactoring (on the way) 2022-11-10 21:23:31 +09:00
toshiaki1729 c397059d9b
Merge pull request #3 from R-N/main
Fix collection hint errors for python < 3.9 #2
2022-11-10 19:15:36 +09:00
Muhammad Rizqi Nur 7a853ed2cf Use typing for all collection hints to avoid import __future__ 2022-11-08 10:30:01 +07:00
Muhammad Rizqi Nur 0cb9db97dd Quick workaround for hints for python <3.9 2022-11-08 10:26:32 +07:00
toshiaki1729 8d05e00e06 Update .gitignore 2022-11-04 20:34:01 +09:00
toshiaki1729 c470af3728
Update .gitignore 2022-11-04 20:28:29 +09:00
toshiaki1729 20b72cea3a
Create codeql.yml 2022-11-04 11:55:44 +09:00
toshiaki1729 847c201965 fix tag list displaying all images ignoring image filter 2022-11-04 03:10:53 +09:00
toshiaki1729 daf0a03000 fix the text showing filter status
is not appropriate when clear filter or load other dataset
2022-11-03 23:23:41 +09:00
toshiaki1729 9e86a17671 loading from subdirectories 2022-11-03 22:36:46 +09:00
toshiaki1729 c533db7ae7 add shortcut to remove selection
and some changes on UI
2022-11-03 21:46:50 +09:00
toshiaki1729 c0e2073917 remove excess global variables 2022-11-03 21:33:48 +09:00
toshiaki1729 fa57e0d30d fix not updating filter text 2022-11-03 21:32:42 +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 8ab1629cbd Update README.md
weird ingrisshu
2022-10-27 22:32:47 +09:00
toshiaki1729 f00e730ae6 Edit README 2022-10-27 18:46:33 +09:00
toshiaki1729 de3d7d5bb9 where you come from? 2022-10-26 21:33:37 +09:00