This commit is contained in:
w-e-w 2024-11-23 19:11:53 +09:00
parent a57adde5ae
commit 6aa7925d36

View File

@ -508,7 +508,7 @@ class StableDiffusionProcessing:
try: try:
func(self.extra_generation_params) func(self.extra_generation_params)
except Exception: except Exception:
errors.report(f"Failed to apply hijack generation params state", exc_info=True) errors.report('Failed to apply hijack generation params state', exc_info=True)
self.hijack_generation_params_state_list.clear() self.hijack_generation_params_state_list.clear()
def setup_conds(self): def setup_conds(self):