diff --git a/comfy_extras/nodes_glsl.py b/comfy_extras/nodes_glsl.py index 4da425131..6214c7aac 100644 --- a/comfy_extras/nodes_glsl.py +++ b/comfy_extras/nodes_glsl.py @@ -1,8 +1,3 @@ -""" -GLSL Fragment Shader Node for ComfyUI using ModernGL. -Supports headless rendering with automatic software/CPU fallback. -""" - import os import re import logging