Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-10 | ruff auto fixes | AUTOMATIC | -1/+1 | |
2023-05-10 | F401 fixes for ruff | AUTOMATIC | -1/+0 | |
2022-12-24 | added an option to filter out deepbooru tags | AUTOMATIC | -1/+3 | |
2022-12-03 | fix incorrect file extension filter for deepdanbooru models | AUTOMATIC | -1/+1 | |
2022-11-21 | Change .cuda() to .to(devices.device) | brkirch | -1/+1 | |
2022-11-20 | moved deepdanbooru to pure pytorch implementation | AUTOMATIC | -167/+91 | |
2022-10-22 | fix part2 | Greendayle | -1/+1 | |
2022-10-22 | Deepdanbooru linux fix | Greendayle | -1/+2 | |
2022-10-18 | Oops | guaneec | -0/+1 | |
2022-10-18 | Don't eat colons in booru tags | guaneec | -2/+0 | |
2022-10-15 | Disable compiling deepbooru model | CookieHCl | -1/+1 | |
This is only necessary when you have to train, and compiling model produces warning. | ||||
2022-10-13 | Merge branch 'master' of https://github.com/HunterVacui/stable-diffusion-webui | Greg Fuller | -1/+1 | |
2022-10-12 | [3/?] [wip] fix incorrect variable reference | Greg Fuller | -1/+1 | |
still needs testing | ||||
2022-10-12 | [2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames | Greg Fuller | -1/+2 | |
2022-10-12 | [1/?] [wip] Reintroduce opts.interrogate_return_ranks | Greg Fuller | -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 | ||||
2022-10-12 | deepbooru: added option to use spaces or underscores | AUTOMATIC | -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 | ||||
2022-10-11 | resolved conflicts, moved settings under interrogate section, settings only ↵ | JC_Array | -1/+1 | |
show if deepbooru flag is enabled | ||||
2022-10-11 | removed unneeded print | JC_Array | -1/+0 | |
2022-10-10 | added deepbooru settings (threshold and sort by alpha or likelyhood) | JC_Array | -11/+25 | |
2022-10-10 | corrected tag return in get_deepbooru_tags | JC_Array | -1/+0 | |
2022-10-10 | import time missing, added to deepbooru fixxing error on get_deepbooru_tags | JC_Array | -0/+1 | |
2022-10-09 | refactored 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-08 | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵ | Greendayle | -10/+10 | |
model | ||||
2022-10-07 | linux test | Greendayle | -2/+3 | |
2022-10-07 | even more powerfull fix | Greendayle | -2/+7 | |
2022-10-07 | loading tf only in interrogation process | Greendayle | -3/+4 | |
2022-10-05 | removing underscores and colons | Greendayle | -1/+1 | |
2022-10-05 | better model search | Greendayle | -2/+9 | |
2022-10-05 | removing problematic tag | Greendayle | -3/+2 | |
2022-10-05 | deepdanbooru interrogator | Greendayle | -0/+60 | |