chore: Update nodes categories (#14145)

* Move dataset/text nodes to text category

* Rename category utils into utilities

* Rename category api node into partner

* Move categories conditioning, latent, sampling, model_patches, training, etc. under model category

* Dispatch partner nodes in to 3d, audio, image, text, video categories

* Move PreviewAny node to utilities category
This commit is contained in:
Alexis Rolland
2026-05-27 17:43:33 -07:00
committed by GitHub
parent 85a403d1ea
commit 174208df6b
104 changed files with 466 additions and 466 deletions

View File

@@ -616,7 +616,7 @@ class BatchLatentsNode(io.ComfyNode):
node_id="BatchLatentsNode",
search_aliases=["combine latents", "stack latents", "merge latents"],
display_name="Batch Latents",
category="latent",
category="model/latent",
inputs=[
io.Autogrow.Input("latents", template=autogrow_template)
],