From 2edbfbf9c2a70cae97063a859be044c1a1a284b0 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:11:29 +0200 Subject: [PATCH] Fix category --- comfy_extras/nodes_textgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_textgen.py b/comfy_extras/nodes_textgen.py index efc5fb1d3..f1aeb63fa 100644 --- a/comfy_extras/nodes_textgen.py +++ b/comfy_extras/nodes_textgen.py @@ -26,7 +26,7 @@ class TextGenerate(io.ComfyNode): return io.Schema( node_id="TextGenerate", - category="textgen/", + category="textgen", search_aliases=["LLM", "gemma"], inputs=[ io.Clip.Input("clip"),