mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-23 15:24:29 +08:00
typo
This commit is contained in:
parent
302fd1bbe6
commit
8f3cc622a8
@ -269,7 +269,7 @@ class PatchModelPatcherOrder:
|
||||
RETURN_TYPES = ("MODEL",)
|
||||
FUNCTION = "patch"
|
||||
CATEGORY = "KJNodes/experimental"
|
||||
DESCTIPTION = "Patch the comfy patch_model function patching order, useful for torch.compile (used as object_patch) as it should come last if you want to use LoRAs with compile"
|
||||
DESCRIPTION = "Patch the comfy patch_model function patching order, useful for torch.compile (used as object_patch) as it should come last if you want to use LoRAs with compile"
|
||||
EXPERIMENTAL = True
|
||||
|
||||
def patch(self, model, patch_order):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user