aboutsummaryrefslogtreecommitdiffstats
path: root/modules/deepbooru.py
Commit message (Expand)AuthorAgeFilesLines
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
* F401 fixes for ruffAUTOMATIC2023-05-101-1/+0
* added an option to filter out deepbooru tagsAUTOMATIC2022-12-241-1/+3
* fix incorrect file extension filter for deepdanbooru modelsAUTOMATIC2022-12-031-1/+1
* Change .cuda() to .to(devices.device)brkirch2022-11-211-1/+1
* moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-167/+91
* fix part2Greendayle2022-10-221-1/+1
* Deepdanbooru linux fixGreendayle2022-10-221-1/+2
* Oopsguaneec2022-10-171-0/+1
* Don't eat colons in booru tagsguaneec2022-10-171-2/+0
* Disable compiling deepbooru modelCookieHCl2022-10-151-1/+1
* Merge branch 'master' of https://github.com/HunterVacui/stable-diffusion-webuiGreg Fuller2022-10-131-1/+1
* [3/?] [wip] fix incorrect variable referenceGreg Fuller2022-10-121-1/+1
* [2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenamesGreg Fuller2022-10-121-1/+2
* [1/?] [wip] Reintroduce opts.interrogate_return_ranksGreg Fuller2022-10-121-11/+14
* deepbooru: added option to use spaces or underscoresAUTOMATIC2022-10-121-14/+51
* resolved conflicts, moved settings under interrogate section, settings only s...JC_Array2022-10-111-1/+1
* removed unneeded printJC_Array2022-10-111-1/+0
* added deepbooru settings (threshold and sort by alpha or likelyhood)JC_Array2022-10-101-11/+25
* corrected tag return in get_deepbooru_tagsJC_Array2022-10-101-1/+0
* import time missing, added to deepbooru fixxing error on get_deepbooru_tagsJC_Array2022-10-101-0/+1
* refactored the deepbooru module to improve speed on running multiple interoga...JC_Array2022-10-101-19/+65
* made deepdanbooru optional, added to readme, automatic download of deepbooru ...Greendayle2022-10-081-10/+10
* linux testGreendayle2022-10-071-2/+3
* even more powerfull fixGreendayle2022-10-071-2/+7
* loading tf only in interrogation processGreendayle2022-10-071-3/+4
* removing underscores and colonsGreendayle2022-10-051-1/+1
* better model searchGreendayle2022-10-051-2/+9
* removing problematic tagGreendayle2022-10-051-3/+2
* deepdanbooru interrogatorGreendayle2022-10-051-0/+60