mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-21 17:13:38 +08:00
Fix category
This commit is contained in:
parent
30945f4ae6
commit
2edbfbf9c2
@ -26,7 +26,7 @@ class TextGenerate(io.ComfyNode):
|
|||||||
|
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="TextGenerate",
|
node_id="TextGenerate",
|
||||||
category="textgen/",
|
category="textgen",
|
||||||
search_aliases=["LLM", "gemma"],
|
search_aliases=["LLM", "gemma"],
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Clip.Input("clip"),
|
io.Clip.Input("clip"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user