This commit is contained in:
kijai 2025-07-06 23:57:29 +03:00
parent 6a0c755c56
commit 5c19bd835a

View File

@ -721,7 +721,7 @@ class TorchCompileModelWanVideo:
CATEGORY = "KJNodes/torchcompile"
EXPERIMENTAL = True
DEPCRECATED = True
DEPRECATED = True
def patch(self, model, backend, fullgraph, mode, dynamic, dynamo_cache_size_limit, compile_transformer_blocks_only):
m = model.clone()