aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-02-19 06:50:14 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-02-19 06:50:14 +0000
commit15f4b217b10448449ae211df24c86a7cb0e187f4 (patch)
tree0283b707320ddfe787a85a70bbe0bb8307a74d8d
parenta77ac2eeaad82dcf71edc6770ae82745b7d55423 (diff)
downloadstable-diffusion-webui-gfx803-15f4b217b10448449ae211df24c86a7cb0e187f4.tar.gz
stable-diffusion-webui-gfx803-15f4b217b10448449ae211df24c86a7cb0e187f4.tar.bz2
stable-diffusion-webui-gfx803-15f4b217b10448449ae211df24c86a7cb0e187f4.zip
fix the a merge conflict resolve i did that entirely breaks image generation
-rw-r--r--modules/processing.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 269a1a9f..2009d3bf 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -580,9 +580,6 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
if shared.opts.live_previews_enable and opts.show_progress_type == "Approx NN":
sd_vae_approx.model()
- if not p.disable_extra_networks:
- extra_networks.activate(p, extra_network_data)
-
if state.job_count == -1:
state.job_count = p.n_iter