aboutsummaryrefslogtreecommitdiffstats
path: root/modules/deepbooru.py
AgeCommit message (Expand)AuthorLines
2022-12-24added an option to filter out deepbooru tagsAUTOMATIC-1/+3
2022-12-03fix incorrect file extension filter for deepdanbooru modelsAUTOMATIC-1/+1
2022-11-21Change .cuda() to .to(devices.device)brkirch-1/+1
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC-167/+91
2022-10-22fix part2Greendayle-1/+1
2022-10-22Deepdanbooru linux fixGreendayle-1/+2
2022-10-18Oopsguaneec-0/+1
2022-10-18Don't eat colons in booru tagsguaneec-2/+0
2022-10-15Disable compiling deepbooru modelCookieHCl-1/+1
2022-10-13Merge branch 'master' of https://github.com/HunterVacui/stable-diffusion-webuiGreg Fuller-1/+1
2022-10-12[3/?] [wip] fix incorrect variable referenceGreg Fuller-1/+1
2022-10-12[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenamesGreg Fuller-1/+2
2022-10-12[1/?] [wip] Reintroduce opts.interrogate_return_ranksGreg Fuller-11/+14
2022-10-12deepbooru: added option to use spaces or underscoresAUTOMATIC-14/+51
2022-10-11resolved conflicts, moved settings under interrogate section, settings only s...JC_Array-1/+1
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 interoga...JC_Array-19/+65
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ...Greendayle-10/+10
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