mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-12 17:37:17 +08:00
Merge 7ad9c6a157 into ffbecfffb9
This commit is contained in:
commit
a8eaaace58
@ -38,6 +38,10 @@ os.environ.setdefault("PYOPENGL_PLATFORM", "egl")
|
|||||||
|
|
||||||
import OpenGL
|
import OpenGL
|
||||||
OpenGL.USE_ACCELERATE = False
|
OpenGL.USE_ACCELERATE = False
|
||||||
|
logging.getLogger("OpenGL.acceleratesupport").setLevel(logging.WARNING)
|
||||||
|
logger.info(
|
||||||
|
"Using ComfyUI GLSL ANGLE/EGL backend; optional PyOpenGL wrapper acceleration is disabled for compatibility. GPU shader rendering remains enabled."
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def _patch_find_library():
|
def _patch_find_library():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user