Forgot this (#8957)

This commit is contained in:
comfyanonymous 2025-07-18 02:43:02 -07:00 committed by GitHub
parent 650838fd6f
commit 7f492522b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ class CFGNorm:
RETURN_NAMES = ("patched_model",)
FUNCTION = "patch"
CATEGORY = "advanced/guidance"
EXPERIMENTAL = True
def patch(self, model, strength):
m = model.clone()