refactor detailer

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-07 10:12:47 -05:00
parent 19d56d3342
commit 5593ea78a9
21 changed files with 142 additions and 82 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def restore_state(p: processing.StableDiffusionProcessing):
p.init_images = None
if state == 'reprocess_detail':
p.skip = ['encode', 'base', 'hires']
p.detailer = True
p.detailer_enabled = True
shared.log.info(f'Restore state: op={p.state} skip={p.skip}')
return p