Update nodes.py

This commit is contained in:
kijai 2024-11-07 10:58:38 +02:00
parent 75e647560f
commit 5f032e3b8f

View File

@ -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)