This commit is contained in:
Vladimir Mandic
2023-07-30 17:17:56 +02:00
parent 6e428ff0a2
commit 2300329893
+2 -2
View File
@@ -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