mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 08:16:44 +00:00
Forgot this (#8957)
This commit is contained in:
parent
650838fd6f
commit
7f492522b6
@ -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…
x
Reference in New Issue
Block a user