Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Tag Curation #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SmirkingKitsune
Copy link

This is a extension of the Gallery to compare tags to images. Due to size limitations of the Gallery tab's tab group, moved to nest entire extension in a tab group called "Tag Generation" that can switch to the new Gallery tab, now known as Tag Curation.

Uses a CheckboxGroup to display all potential tags an image based on the image's txt file, and the batch db.json file. Tags that appear in the image's txt file will appear at the top of the image's tag curation CheckboxGroup checked. Tags that appear in the image's txt file, and not in the batch db.json file will be at the top of the choices stack. Tags that appear in the batch db.json file, will appear in the tag curation CheckboxGroup sorted by weight. Tags that appear in the batch db.json file, and not in the image's txt file will appear at the end of choices stack unchecked.

Adds a tab to the extension that has a UI for curating tags manually.
Implements a style configuration for the tag curation tab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant