From 138d4619828d18c34b5b62b89acb32cb810d8326 Mon Sep 17 00:00:00 2001 From: lvmin Date: Sat, 14 Oct 2023 06:24:41 -0700 Subject: [PATCH] revise code --- modules/default_pipeline.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/default_pipeline.py b/modules/default_pipeline.py index 942cdfbf..6b2e03c5 100644 --- a/modules/default_pipeline.py +++ b/modules/default_pipeline.py @@ -348,9 +348,6 @@ def process_diffusion(positive_cond, negative_cond, steps, switch, width, height empty_latent['samples'].to(fcbh.model_management.get_torch_device()), sigma_min, sigma_max, seed=image_seed, cpu=False) - modules.patch.sigma_min = sigma_min - modules.patch.sigma_max = sigma_max - decoded_latent = None if refiner_swap_method == 'joint':