AUTOMATIC
03d7b39453
added an option to filter out deepbooru tags
2022-12-24 16:22:47 +03:00
AUTOMATIC
60bd4d52a6
fix incorrect file extension filter for deepdanbooru models
2022-12-03 18:46:09 +03:00
brkirch
563ea3f6ff
Change .cuda() to .to(devices.device)
2022-11-21 02:56:00 -05:00
AUTOMATIC
c81d440d87
moved deepdanbooru to pure pytorch implementation
2022-11-20 16:39:20 +03:00
Greendayle
e38625011c
fix part2
2022-10-22 19:27:16 +03:00
Greendayle
72383abacd
Deepdanbooru linux fix
2022-10-22 19:27:16 +03:00
guaneec
2e28c841f4
Oops
2022-10-18 03:15:41 +08:00
guaneec
d62ef76614
Don't eat colons in booru tags
2022-10-18 03:09:50 +08:00
CookieHCl
c24df4b486
Disable compiling deepbooru model
...
This is only necessary when you have to train,
and compiling model produces warning.
2022-10-15 10:21:22 +03:00
Greg Fuller
04c0e643f2
Merge branch 'master' of https://github.com/HunterVacui/stable-diffusion-webui
2022-10-13 08:21:01 +03:00
Greg Fuller
514456101b
[3/?] [wip] fix incorrect variable reference
...
still needs testing
2022-10-12 13:14:13 -07:00
Greg Fuller
f776254b12
[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames
2022-10-12 13:12:18 -07:00
Greg Fuller
efefa4862c
[1/?] [wip] Reintroduce opts.interrogate_return_ranks
...
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 13:03:00 -07:00
AUTOMATIC
698d303b04
deepbooru: added option to use spaces or underscores
...
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-12 21:55:43 +03:00
JC_Array
f53f703aeb
resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled
2022-10-11 18:12:12 -05:00
JC_Array
ff4ef13dd5
removed unneeded print
2022-10-11 10:24:27 -05:00
JC_Array
76ef3d75f6
added deepbooru settings (threshold and sort by alpha or likelyhood)
2022-10-10 18:01:49 -05:00
JC_Array
b980e7188c
corrected tag return in get_deepbooru_tags
2022-10-10 16:52:54 -05:00
JC_Array
a1a05ad2d1
import time missing, added to deepbooru fixxing error on get_deepbooru_tags
2022-10-10 16:47:58 -05:00
JC_Array
1f92336be7
refactored the deepbooru module to improve speed on running multiple interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
2022-10-09 23:58:18 -05:00
Greendayle
01f8cb4447
made deepdanbooru optional, added to readme, automatic download of deepbooru model
2022-10-08 18:02:56 +02:00
Greendayle
5f12e7efd9
linux test
2022-10-07 20:58:30 +02:00
Greendayle
fa2ea648db
even more powerfull fix
2022-10-07 20:46:38 +02:00
Greendayle
54fa613c83
loading tf only in interrogation process
2022-10-07 20:37:43 +02:00
Greendayle
4320f386d9
removing underscores and colons
2022-10-05 22:39:32 +02:00
Greendayle
17a99baf0c
better model search
2022-10-05 22:07:28 +02:00
Greendayle
1506fab29a
removing problematic tag
2022-10-05 21:15:08 +02:00
Greendayle
59a2b9e5af
deepdanbooru interrogator
2022-10-05 20:55:26 +02:00