You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
You can suppress this exception and fall back to eager by setting:
import torch._dynamo
torch._dynamo.config.suppress_errors = True
I tried deleting the files in the cache, but it didn't work. Instead, it created the files and told me they already existed. I also tried updating triton, but it didn't work.
The text was updated successfully, but these errors were encountered:
I'm having the same issue. I deleted everything in the cache folder and restarted ComfyUI, but still getting the error. I was able to run the Compile Model+ node once ok, but now it's borked.
# ComfyUI Error Report
## Error Details
- **Node ID:** 104
- **Node Type:** KSampler
- **Exception Type:** torch._dynamo.exc.BackendCompilerFailed
- **Exception Message:** backend='inductor' raised:
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\user\\AppData\\Local\\Temp\\torchinductor_user\\cache\\.12708.17924.tmp' -> 'C:\\Users\\user\\AppData\\Local\\Temp\\torchinductor_user\\cache\\2c66a7ff7aea4c457cc71ff86bf5a784301c8c4da06839802cca1841420a9501'
Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
You can suppress this exception and fall back to eager by setting:
import torch._dynamo
torch._dynamo.config.suppress_errors = True
backend='inductor' raised:
FileExistsError: [WinError 183] 当文件已存在时,无法创建该文件。: 'C:\ComfyUI-aki-v1.5\.cache\torchinductor\cache\.39736.31788.tmp' -> 'C:\ComfyUI-aki-v1.5\.cache\torchinductor\cache\150d0d4eac041d78fdac583d4bae4064be05cafb6726e1006b6752cdec55c1fb'
Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
You can suppress this exception and fall back to eager by setting:
import torch._dynamo
torch._dynamo.config.suppress_errors = True
I tried deleting the files in the cache, but it didn't work. Instead, it created the files and told me they already existed. I also tried updating triton, but it didn't work.
The text was updated successfully, but these errors were encountered: