mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -123,8 +123,8 @@ def create_infotext(p: StableDiffusionProcessing, all_prompts=None, all_seeds=No
|
||||
args['Size mode mask'] = p.resize_mode_mask
|
||||
args['Size scale mask'] = p.scale_by_mask
|
||||
args['Size name mask'] = p.resize_name_mask
|
||||
if 'face' in p.ops:
|
||||
args["Face restoration"] = shared.opts.detailer_model
|
||||
if 'detailer' in p.ops:
|
||||
args["Detailer"] = ', '.join(shared.opts.detailer_models)
|
||||
if 'color' in p.ops:
|
||||
args["Color correction"] = True
|
||||
# embeddings
|
||||
|
||||
Reference in New Issue
Block a user