mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 15:07:14 +08:00
Fix.
This commit is contained in:
parent
979ad89731
commit
e19202d6af
@ -54,7 +54,6 @@ class CFGNorm:
|
|||||||
def patch(self, model, strength):
|
def patch(self, model, strength):
|
||||||
m = model.clone()
|
m = model.clone()
|
||||||
def cfg_norm(args):
|
def cfg_norm(args):
|
||||||
x = args["input"]
|
|
||||||
cond_p = args['cond_denoised']
|
cond_p = args['cond_denoised']
|
||||||
pred_text_ = args["denoised"]
|
pred_text_ = args["denoised"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user