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"),