mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 13:02:31 +08:00
Merge branch 'comfyanonymous:master' into master
This commit is contained in:
commit
304028700d
@ -50,6 +50,7 @@ class CFGNorm:
|
|||||||
RETURN_NAMES = ("patched_model",)
|
RETURN_NAMES = ("patched_model",)
|
||||||
FUNCTION = "patch"
|
FUNCTION = "patch"
|
||||||
CATEGORY = "advanced/guidance"
|
CATEGORY = "advanced/guidance"
|
||||||
|
EXPERIMENTAL = True
|
||||||
|
|
||||||
def patch(self, model, strength):
|
def patch(self, model, strength):
|
||||||
m = model.clone()
|
m = model.clone()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user