Update smZ_cfg_denoiser.py

This commit is contained in:
VALADI K JAGANATHAN
2024-04-06 00:39:20 +05:30
committed by GitHub
parent 6747aaea6c
commit a5fe47c531

View File

@@ -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)