Embeddings List
A Two-Second Way to See Every Embedding You've Got Installed
- Embeddings List (STRING)
Embeddings List is the pack's inventory node: no inputs, one output, and all it does is dump every filename in your ComfyUI/models/embeddings folder as a single text block. You won't build a workflow around it, but it's genuinely handy the moment you can't remember whether you actually downloaded easynegative or just meant to - or when you're digging through a workflow someone shared and need to know which embeddings you're missing.
How it works
It's the other half of the same tiny pack that gives you Load Embeddings by Name. One line of real logic: folder_paths.get_filename_list("embeddings"), joined with newlines. It lists everything the ComfyUI loader would actually resolve, subfolders included - so what you see here is exactly what you can use, which is more useful than a file-browser glance. There are no dependencies in the pack at all; no requirements.txt, nothing to pip install, nothing to download.
One thing to know before you expect too much: despite the name, the output is not a list. The single output, called Embeddings List (STRING), is one text string with each filename on its own line. You can't index [0] into it or count items with a list node - treat it as printable text. Wire it into a preview or an Anything node if you want to see it, or just read it in the node's own output. (And yes, the class name EmbendingList is missing a letter - "embending" reads like you're bending something. It's been that way since the pack shipped, and the display name "Embeddings List" is the one that shows up on the graph anyway.)
When it's actually worth using
Beyond the "what did I install" check, the combo that makes this pack a bit more than two throwaway utilities: feed EmbendingList's output into EmbeddingsNameLoader's text input and you get a perfect list of embedding:name lines for everything installed - a quick way to audit your trigger words as the loader sees them, or to build a prompt fragment from your whole library in one shot.
Installing it
Same as its sibling - it's in the same ComfyUI-Embeddings-Tools pack. Drop the folder into ComfyUI/custom_nodes and restart, or search "ComfyUI-Embeddings-Tools" in ComfyUI Manager. If the output comes back empty, your embeddings folder is empty or sitting somewhere ComfyUI isn't looking - check models/embeddings, because the node only reports what the standard folder path resolves.
A fair warning given how the format is trending: embeddings as a practice have been shrinking for a while - new textual-inversions on CivitAI collapsed from thousands a year to a couple hundred, most of it SDXL-lineage anime stuff, and anything CLIP-trained is inert on the Qwen-encoded models that dominate 2026. If your embeddings folder is mostly dust, this node will cheerfully tell you so. That's not the node's fault; it's just honest bookkeeping.
Inputs (0)
No inputs
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Embeddings List (STRING) | STRING | — |