This commit is contained in:
pythongosssss 2026-03-23 04:48:27 -07:00
parent 9ad848bd59
commit 27b6f8a927

View File

@ -21,7 +21,7 @@ def _preload_angle():
gles_path = comfy_angle.get_glesv2_path()
if sys.platform == "win32":
angle_dir = os.comfy_angle.get_lib_dir()
angle_dir = comfy_angle.get_lib_dir()
os.add_dll_directory(angle_dir)
os.environ["PATH"] = angle_dir + os.pathsep + os.environ.get("PATH", "")