1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Remove old hack used to fix windows pytorch 2.4 on the portable. (#8139)

Not necessary anymore.
This commit is contained in:
comfyanonymous
2025-05-15 05:21:47 -07:00
committed by GitHub
parent f1f9763b4c
commit 6a2e4bb9e0
2 changed files with 0 additions and 35 deletions

View File

@@ -125,13 +125,6 @@ if __name__ == "__main__":
import cuda_malloc
if args.windows_standalone_build:
try:
from fix_torch import fix_pytorch_libomp
fix_pytorch_libomp()
except:
pass
import comfy.utils
import execution