mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-05 09:40:10 +08:00
typo
This commit is contained in:
parent
6a0c755c56
commit
5c19bd835a
@ -721,7 +721,7 @@ class TorchCompileModelWanVideo:
|
|||||||
|
|
||||||
CATEGORY = "KJNodes/torchcompile"
|
CATEGORY = "KJNodes/torchcompile"
|
||||||
EXPERIMENTAL = True
|
EXPERIMENTAL = True
|
||||||
DEPCRECATED = True
|
DEPRECATED = True
|
||||||
|
|
||||||
def patch(self, model, backend, fullgraph, mode, dynamic, dynamo_cache_size_limit, compile_transformer_blocks_only):
|
def patch(self, model, backend, fullgraph, mode, dynamic, dynamo_cache_size_limit, compile_transformer_blocks_only):
|
||||||
m = model.clone()
|
m = model.clone()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user