mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 20:35:06 +08:00
lint
This commit is contained in:
parent
a57adde5ae
commit
6aa7925d36
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user