This commit is contained in:
The Kraken 2026-07-19 00:49:19 -07:00 committed by GitHub
commit 229575feb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ os.environ.setdefault("PYOPENGL_PLATFORM", "egl")
import OpenGL
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():