Commit Graph

16 Commits (a9b30a94eaf0245ff2f832978cfab4cc4562fa91)

Author SHA1 Message Date
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 2b3bd4a724 first aid for #62 again 2023-03-26 03:41:16 +09:00
toshiaki1729 af4508f462 Revert "first aid for #62"
This reverts commit 12e326e8f3.
2023-03-26 03:35:10 +09:00
toshiaki1729 12e326e8f3 first aid for #62
disables type hint for List[…]
to avoid error on gradio v3.23.0
2023-03-26 02:31:51 +09:00
toshiaki1729 b8730ad53b Feature to replace new-line with comma on loading 2023-03-23 09:55:06 +09:00
toshiaki1729 1644f630ab move unload button 2023-03-23 09:07:27 +09:00
toshiaki1729 cb8f3a72f4
enable unloading dataset with single click (#59) 2023-03-20 23:02:23 +09:00
toshiaki1729 6f8abe148a fix 57 2023-03-10 23:49:37 +09:00
toshiaki1729 ca95abb441 oops 2023-03-10 12:32:27 +09:00
toshiaki1729 b70eb4b18b just move variables 2023-03-10 12:28:50 +09:00
toshiaki1729 dfe589a71c
Apply change in caption to all displayed images (#54) 2023-03-08 23:12:32 +09:00
toshiaki1729 43d8d8f65f
implement some features to manage token count (#52)
Add:
- Count and truncate by tokens amount (#40)
- Sort tags by token count

Change:
- Move "use raw clip token..." setting to "Settings" tab
- Show tag frequency, length or token count depending on the "Sort by"
2023-03-07 22:23:48 +09:00
toshiaki1729 09272f2840 implement token count 2023-03-07 00:57:19 +09:00
toshiaki1729 25e51b2de8
Add type hint for developer (need python>=3.7) (#49)
Change nothing in behavior at all
2023-03-06 11:15:59 +09:00
toshiaki1729 79f10c8365 fix #46
and some minor fix in behavior
2023-03-05 21:06:55 +09:00
toshiaki1729 262128e1ce
Huge refactoring of UI related codes (#48) 2023-03-05 19:03:55 +09:00