fix the a merge conflict resolve i did that entirely breaks image generation
This commit is contained in:
parent
a77ac2eeaa
commit
15f4b217b1
1 changed files with 0 additions and 3 deletions
|
@ -580,9 +580,6 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
||||||
if shared.opts.live_previews_enable and opts.show_progress_type == "Approx NN":
|
if shared.opts.live_previews_enable and opts.show_progress_type == "Approx NN":
|
||||||
sd_vae_approx.model()
|
sd_vae_approx.model()
|
||||||
|
|
||||||
if not p.disable_extra_networks:
|
|
||||||
extra_networks.activate(p, extra_network_data)
|
|
||||||
|
|
||||||
if state.job_count == -1:
|
if state.job_count == -1:
|
||||||
state.job_count = p.n_iter
|
state.job_count = p.n_iter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue