From 2300329893d6aede6d593d1235bd549a03ad5e4b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 30 Jul 2023 17:17:56 +0200 Subject: [PATCH] fix lint --- modules/processing_diffusers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/processing_diffusers.py b/modules/processing_diffusers.py index 3f99a6b7a..3a3e4c939 100644 --- a/modules/processing_diffusers.py +++ b/modules/processing_diffusers.py @@ -161,7 +161,7 @@ def process_diffusers(p: StableDiffusionProcessing, seeds, prompts, negative_pro if lora_state['active']: unload_diffusers_lora() - + if refiner_enabled: for i in range(len(output.images)): #shared.cmd_opts.medvram or shared.opts.diffusers_model_cpu_offload: @@ -219,6 +219,6 @@ def process_diffusers(p: StableDiffusionProcessing, seeds, prompts, negative_pro if p.is_hr_pass: shared.log.warning('Diffusers not implemented: hires fix') - + return results