lint
Linter / ruff (push) Failing after 31s
Linter / eslint (push) Failing after 40s
Tests / tests on CPU with empty model (push) Failing after 38s

This commit is contained in:
w-e-w
2024-11-23 19:11:53 +09:00
parent a57adde5ae
commit 6aa7925d36
+1 -1
View File
@@ -508,7 +508,7 @@ class StableDiffusionProcessing:
try:
func(self.extra_generation_params)
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()
def setup_conds(self):