From e19202d6af745ce6e52d26e13584b591332d5999 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Thu, 17 Jul 2025 04:07:37 -0400 Subject: [PATCH] Fix. --- comfy_extras/nodes_cfg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_cfg.py b/comfy_extras/nodes_cfg.py index 8e03b9af6..1acaf15bc 100644 --- a/comfy_extras/nodes_cfg.py +++ b/comfy_extras/nodes_cfg.py @@ -54,7 +54,6 @@ class CFGNorm: def patch(self, model, strength): m = model.clone() def cfg_norm(args): - x = args["input"] cond_p = args['cond_denoised'] pred_text_ = args["denoised"]