aboutsummaryrefslogtreecommitdiffstats
path: root/modules/deepbooru.py
AgeCommit message (Collapse)AuthorLines
2022-10-11resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array-1/+1
show if deepbooru flag is enabled
2022-10-11removed unneeded printJC_Array-1/+0
2022-10-10added deepbooru settings (threshold and sort by alpha or likelyhood)JC_Array-11/+25
2022-10-10corrected tag return in get_deepbooru_tagsJC_Array-1/+0
2022-10-10import time missing, added to deepbooru fixxing error on get_deepbooru_tagsJC_Array-0/+1
2022-10-09refactored the deepbooru module to improve speed on running multiple ↵JC_Array-19/+65
interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle-10/+10
model
2022-10-07linux testGreendayle-2/+3
2022-10-07even more powerfull fixGreendayle-2/+7
2022-10-07loading tf only in interrogation processGreendayle-3/+4
2022-10-05removing underscores and colonsGreendayle-1/+1
2022-10-05better model searchGreendayle-2/+9
2022-10-05removing problematic tagGreendayle-3/+2
2022-10-05deepdanbooru interrogatorGreendayle-0/+60