Forgot this

This commit is contained in:
comfyanonymous 2025-07-18 05:42:42 -04:00 committed by GitHub
parent 650838fd6f
commit 676db093c8
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()