mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 15:15:45 -03:00
Update smZ_cfg_denoiser.py
This commit is contained in:
committed by
GitHub
parent
a5fe47c531
commit
3b7e89d969
@@ -364,7 +364,7 @@ def calc_cond(c, current_step):
|
|||||||
return _cond
|
return _cond
|
||||||
|
|
||||||
# ===========================================================
|
# ===========================================================
|
||||||
class CFGNoisePredictor(CFGNoisePredictorOrig):
|
class CFGNoisePredictor:
|
||||||
def __init__(self, model):
|
def __init__(self, model):
|
||||||
super().__init__(model)
|
super().__init__(model)
|
||||||
self.step = 0
|
self.step = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user