Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-07-18 12:47:44 +03:00 committed by GitHub
commit 304028700d
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()