mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames
This commit is contained in:
@@ -19,6 +19,7 @@ def get_deepbooru_tags(pil_image):
|
||||
release_process()
|
||||
|
||||
|
||||
OPT_INCLUDE_RANKS = "include_ranks"
|
||||
def create_deepbooru_opts():
|
||||
from modules import shared
|
||||
|
||||
@@ -26,7 +27,7 @@ def create_deepbooru_opts():
|
||||
"use_spaces": shared.opts.deepbooru_use_spaces,
|
||||
"use_escape": shared.opts.deepbooru_escape,
|
||||
"alpha_sort": shared.opts.deepbooru_sort_alpha,
|
||||
"include_ranks": shared.opts.interrogate_return_ranks,
|
||||
OPT_INCLUDE_RANKS: shared.opts.interrogate_return_ranks,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user