Skip to content

Commit

Permalink
Update smZ_cfg_denoiser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jags111 authored Apr 5, 2024
1 parent a5fe47c commit 3b7e89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/smZ_cfg_denoiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def calc_cond(c, current_step):
return _cond

# ===========================================================
class CFGNoisePredictor(CFGNoisePredictorOrig):
class CFGNoisePredictor:
def __init__(self, model):
super().__init__(model)
self.step = 0
Expand Down

0 comments on commit 3b7e89d

Please sign in to comment.