ComfyUI-Embedding_Picker

ComfyUI-Embedding_Picker
★ 47

嵌入向量选择器管理工具工作流优化
在ComfyUI中可视化浏览并选择已安装的embeddings,避免忘记或拼写错误,便捷插入和管理嵌入向量。
💡 快速从已安装的embeddings中选择并插入,避免记名错误。
🍴 11 Forks💻 JavaScript🔄 2026-02-07
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
Example
📄 README

Embedding Picker

Tired of forgetting and misspelling often weird names of embeddings you use?

Or perhaps you use only one, cause you forgot you have tens of them installed?

Try this.

Installation

Exactly the same as with other simple custom nodes.

  • Click the green Code button, select Download Zip, and unpack it in your ComfyUI custom_nodes directory
  • or

  • Clone this repository by running git clone https://github.com/Tropfchen/ComfyUI-Embedding_Picker.git in your ComfyUI custom_nodes directory
  • To uninstall:

  • Delete ComfyUi_Embedding_Picker in your ComfyUI custom_nodes directory
  • Use

    Right click on the _CLIP Text Encode_ node and select the top option ‘Prepend Embedding Picker’. This will create the node itself and copy all your prompts.

    A similar option exists on the `Embedding Picker’ node itself, use this to quickly chain multiple embeddings.

    You can also find the node in utils menu.

    By default the embedding will be the placed as first prompt, and will result in such text

    embedding:EasyNegative.pt, text, watermark

    Set append to True if you prefer it to be at the end, i. e.

    text, watermark, embedding:EasyNegative.pt

    Example Workflow