mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 12:54:40 +08:00
Update nodes.py
This commit is contained in:
parent
75e647560f
commit
5f032e3b8f
@ -2407,6 +2407,7 @@ class TorchCompileModelFluxAdvanced:
|
||||
try:
|
||||
import torch._inductor.codecache
|
||||
torch._inductor.codecache.write_atomic = patched_write_atomic #temporary workaround for the cache write bug in Windows
|
||||
import torch
|
||||
except:
|
||||
pass
|
||||
single_block_list = self.parse_blocks(single_blocks)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user