From 6f3fa4b670f8cbffe1c574ea183d97f5f0603942 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sun, 22 Oct 2023 09:00:16 -0700 Subject: [PATCH] remove unused codes --- modules/patch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/patch.py b/modules/patch.py index 4a590cd8..77958aed 100644 --- a/modules/patch.py +++ b/modules/patch.py @@ -285,8 +285,6 @@ globalBrownianTreeNoiseSampler = None @torch.no_grad() def sample_dpmpp_fooocus_2m_sde_inpaint_seamless(model, x, sigmas, extra_args=None, callback=None, disable=None, eta=1., s_noise=1., **kwargs): - global sigma_min, sigma_max - print('[Sampler] Fooocus sampler is activated.') seed = extra_args.get("seed", None)