-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Honestly not sure if this is a bug or if I am just doing something wrong.
I know it has been a while since this was created and it's a long shot, but I would appreciate any assistance greatly.
I am trying to add additional categories (eg: a category for franchises), but when I check the filtered output nothing comes through.
Here is what I did:
- Added [franchise] to the "categorized_tags.txt" file, only these 5 for now to test
- [franchise] Pokemon
- [franchise] Digimon
- [franchise] the_legend_of_zelda
- [franchise] minecraft
- [franchise] animal_crossing
- Added "franchise" to the "raffle.py" file inside the "All_categories" list
The Franchise option shows up in the raffle, but when I deselect only it from the list of categories to exclude, there is no output at all.
I would expect it to show one of the above 5 as an output.
The strange part is I did this with "Character_names" and it worked fine, but this is not working.
I checked to ensure that the same entries don't already exist in the categorized_tags.txt file, and they definitely do exist in the taglists so not sure what is going on here.
Also made sure the "Negative Prompt" is empty.
Attached the raffle.py and categorized_tags.