aboutsummaryrefslogtreecommitdiffstats
path: root/modules/deepbooru.py
Commit message (Collapse)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
| | | | | This is only necessary when you have to train, and compiling model produces warning.
* 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
| | | | still needs testing
* [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
| | | | | | 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
* deepbooru: added option to use spaces or underscoresAUTOMATIC2022-10-121-14/+51
| | | | | | | 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
* resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array2022-10-111-1/+1
| | | | show if deepbooru flag is enabled
* 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 ↵JC_Array2022-10-101-19/+65
| | | | interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
* made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle2022-10-081-10/+10
| | | | model
* 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