stable-diffusion-webui-data.../scripts/ui
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
..
__init__.py Huge refactoring of UI related codes (#48) 2023-03-05 19:03:55 +09:00
block_dataset_gallery.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
block_gallery_state.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
block_load_dataset.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
block_tag_filter.py implement some features to manage token count (#52) 2023-03-07 22:23:48 +09:00
block_tag_select.py implement some features to manage token count (#52) 2023-03-07 22:23:48 +09:00
block_toprow.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
tab_batch_edit_captions.py implement some features to manage token count (#52) 2023-03-07 22:23:48 +09:00
tab_edit_caption_of_selected_image.py implement some features to manage token count (#52) 2023-03-07 22:23:48 +09:00
tab_filter_by_selection.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
tab_filter_by_tags.py Add type hint for developer (need python>=3.7) (#49) 2023-03-06 11:15:59 +09:00
tab_move_or_delete_files.py implement some features to manage token count (#52) 2023-03-07 22:23:48 +09:00
ui_classes.py Huge refactoring of UI related codes (#48) 2023-03-05 19:03:55 +09:00
ui_common.py Huge refactoring of UI related codes (#48) 2023-03-05 19:03:55 +09:00
ui_instance.py Huge refactoring of UI related codes (#48) 2023-03-05 19:03:55 +09:00
uibase.py fix #46 2023-03-05 21:06:55 +09:00