aboutsummaryrefslogtreecommitdiff
path: root/modules/deepbooru.py
AgeCommit message (Collapse)Author
2022-10-22fix part2Greendayle
2022-10-22Deepdanbooru linux fixGreendayle
2022-10-18Oopsguaneec
2022-10-18Don't eat colons in booru tagsguaneec
2022-10-15Disable compiling deepbooru modelCookieHCl
This is only necessary when you have to train, and compiling model produces warning.
2022-10-13Merge branch 'master' of https://github.com/HunterVacui/stable-diffusion-webuiGreg Fuller
2022-10-12[3/?] [wip] fix incorrect variable referenceGreg Fuller
still needs testing
2022-10-12[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenamesGreg Fuller
2022-10-12[1/?] [wip] Reintroduce opts.interrogate_return_ranksGreg Fuller
looks functionally correct, needs testing Needs particular testing care around whether the colon usage (:) will break anything in whatever new use cases were introduced by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2143
2022-10-12deepbooru: added option to use spaces or underscoresAUTOMATIC
deepbooru: added option to quote (\) in tags deepbooru/BLIP: write caption to file instead of image filename deepbooru/BLIP: now possible to use both for captions deepbooru: process is stopped even if an exception occurs
2022-10-11resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array
show if deepbooru flag is enabled
2022-10-11removed unneeded printJC_Array
2022-10-10added deepbooru settings (threshold and sort by alpha or likelyhood)JC_Array
2022-10-10corrected tag return in get_deepbooru_tagsJC_Array
2022-10-10import time missing, added to deepbooru fixxing error on get_deepbooru_tagsJC_Array
2022-10-09refactored the deepbooru module to improve speed on running multiple ↵JC_Array
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
model
2022-10-07linux testGreendayle
2022-10-07even more powerfull fixGreendayle
2022-10-07loading tf only in interrogation processGreendayle
2022-10-05removing underscores and colonsGreendayle
2022-10-05better model searchGreendayle
2022-10-05removing problematic tagGreendayle
2022-10-05deepdanbooru interrogatorGreendayle