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
6747aaea6c
commit
a5fe47c531
@@ -364,7 +364,6 @@ def calc_cond(c, current_step):
|
|||||||
return _cond
|
return _cond
|
||||||
|
|
||||||
# ===========================================================
|
# ===========================================================
|
||||||
CFGNoisePredictorOrig = comfy.samplers.CFGNoisePredictor
|
|
||||||
class CFGNoisePredictor(CFGNoisePredictorOrig):
|
class CFGNoisePredictor(CFGNoisePredictorOrig):
|
||||||
def __init__(self, model):
|
def __init__(self, model):
|
||||||
super().__init__(model)
|
super().__init__(model)
|
||||||
|
|||||||
Reference in New Issue
Block a user