From 14f443c3bfc051445db9dd5ca7326bd83fc97ac8 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Sun, 14 Jun 2026 09:25:58 +0800 Subject: [PATCH] Update GLIGEN node title --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index 0d422d418..118b2f025 100644 --- a/nodes.py +++ b/nodes.py @@ -2121,6 +2121,7 @@ NODE_DISPLAY_NAME_MAPPINGS = { "ConditioningSetMask": "Conditioning (Set Mask)", "ControlNetApply": "Apply ControlNet (DEPRECATED)", "ControlNetApplyAdvanced": "Apply ControlNet", + "GLIGENTextBoxApply": "Apply GLIGEN Text Box", # Latent "VAEEncodeForInpaint": "VAE Encode (for Inpainting)", "SetLatentNoiseMask": "Set Latent Noise Mask",