chore: Update nodes categories#14145
Merged
Merged
Conversation
📝 WalkthroughWalkthroughThis PR updates node schema category strings across the codebase: external provider nodes are reclassified from api node// to partner//, many internal node categories are prefixed with model/<...> (loaders, conditioning, latent, sampling, training, etc.), and utility categories are standardized from utils* to utilities*. No execution logic, inputs/outputs, public signatures, or request/response behavior were changed. |
8 tasks
j0n4t
pushed a commit
to j0n4t/ComfyUI
that referenced
this pull request
May 28, 2026
* 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
pull Bot
pushed a commit
to Mu-L/ComfyUI_frontend
that referenced
this pull request
May 29, 2026
## Summary Update frontend only nodes categories to consolidate utility nodes into a `utilities` category (instead of utils). Paired with changes done in the core repo here: Comfy-Org/ComfyUI#14145 ## Changes - **What**: - Rename frontend only nodes category from `utils` to `utilities` - Move frontend only Primitive node from `utils` to `utilities/primitive` ## Screenshots <img width="563" height="352" alt="image" src="https://github.com/user-attachments/assets/a768ec48-fb87-4fa3-934a-bd593bb35f3d" /> <img width="1181" height="773" alt="image" src="https://github.com/user-attachments/assets/a3e09e25-3412-4d23-abe8-220948b87258" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
conditioning,latent,sampling,training,model_patches,loadersinto a parentmodelcategorydataset/textintotextutilsintoutilities(paired with Update utils category to utilities ComfyUI_frontend#12498)3d,audio,image,text,videocategories