mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
allow custom detailer resolution
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -143,6 +143,7 @@ def create_infotext(p: StableDiffusionProcessing, all_prompts=None, all_seeds=No
|
||||
args["Detailer"] = ', '.join(shared.opts.detailer_models) if len(shared.opts.detailer_args) == 0 else shared.opts.detailer_args
|
||||
args["Detailer steps"] = p.detailer_steps
|
||||
args["Detailer strength"] = p.detailer_strength
|
||||
args["Detailer resolution"] = p.detailer_resolution if p.detailer_resolution != 1024 else None
|
||||
args["Detailer prompt"] = p.detailer_prompt if len(p.detailer_prompt) > 0 else None
|
||||
args["Detailer negative"] = p.detailer_negative if len(p.detailer_negative) > 0 else None
|
||||
if 'color' in p.ops:
|
||||
|
||||
Reference in New Issue
Block a user