Cleanup console spam

This commit is contained in:
AI-Casanova
2024-03-05 17:53:22 -06:00
parent 2da60f8628
commit 8aef6e6052
3 changed files with 6 additions and 9 deletions
+1 -7
View File
@@ -74,13 +74,7 @@ def process_diffusers(p: processing.StableDiffusionProcessing):
raise AssertionError('Interrupted...')
time.sleep(0.1)
if hasattr(p, "extra_network_data"):
if shared.opts.lora_force_diffusers:
shared.log.warning("Composable LoRA not compatible with 'lora_force_diffusers'")
else:
functional = shared.opts.lora_functional
shared.opts.lora_functional = True
extra_networks.activate(p, p.extra_network_data, step=step)
shared.opts.lora_functional = functional
extra_networks.activate(p, p.extra_network_data, step=step)
if latents is None:
return kwargs
elif shared.opts.nan_skip: