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