get XYZ plot to work with recent changes to refined specified in fields of p rather than in settings

This commit is contained in:
AUTOMATIC1111
2023-08-15 08:27:50 +03:00
parent d6b79b9963
commit 7e77a38cbc
3 changed files with 7 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ class ScriptRefiner(scripts.ScriptBuiltinUI):
# the actual implementation is in sd_samplers_common.py, apply_refiner
if not enable_refiner or refiner_checkpoint in (None, "", "None"):
p.refiner_checkpoint_info = None
p.refiner_checkpoint = None
p.refiner_switch_at = None
else:
p.refiner_checkpoint = refiner_checkpoint