fix: cache

master
Bingsu 2023-08-14 00:19:12 +09:00
parent d13a47b285
commit 76ca6ab76a
1 changed files with 2 additions and 0 deletions

View File

@ -574,6 +574,8 @@ class DetectionDetailerScript(scripts.Script):
)
p.do_not_save_grid = True
p.do_not_save_samples = True
p.cached_c = [None, None]
p.cached_uc = [None, None]
p.scripts = p_txt.scripts
p.script_args = p_txt.script_args