From cc30293d65f4478236ae6ec8497b6e2dae04013c Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:38:26 -0800 Subject: [PATCH] tidy --- comfy_extras/nodes_glsl.py | 5 ----- 1 file changed, 5 deletions(-) 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