From a5fe47c53127769a9e734490afb04a1d6661ea3f Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sat, 6 Apr 2024 00:39:20 +0530 Subject: [PATCH] Update smZ_cfg_denoiser.py --- py/smZ_cfg_denoiser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/smZ_cfg_denoiser.py b/py/smZ_cfg_denoiser.py index c25e123..34189bb 100644 --- a/py/smZ_cfg_denoiser.py +++ b/py/smZ_cfg_denoiser.py @@ -364,7 +364,6 @@ def calc_cond(c, current_step): return _cond # =========================================================== -CFGNoisePredictorOrig = comfy.samplers.CFGNoisePredictor class CFGNoisePredictor(CFGNoisePredictorOrig): def __init__(self, model): super().__init__(model)