Embeddr ComfyUI Extension
Embeddr ComfyUI Extension
Nodes (15)
The Embeddr Action node is a Swiss-army knife for your library — if your library serves Lotus actions
Turn that opaque metadata blob into something you can actually use
A lookup node that will quietly create the collection you meant to look for
Reverse-image-search your own library, from inside the graph
Search your image library with a sentence, not a filename
Find the twins of something you already own
How you actually get your library's images back into the graph
Pull a whole batch out of your library in one go
Turn a video in your library into frames ComfyUI can work with
Stack LoRAs in one node — but it only touches the model, not the clip
Collect several artifact IDs into one wire — the plumbing that makes lineage work
Get your generated videos into the library, caption and lineage intact
One list in, many individual IDs out — the batch-processing enabler
Save the image you just made — and record who its parents are
The settings object that teaches your uploads where to go and what to be
[!WARNING] Requires embeddr-cli to be running.

Installation
- Download latest release
- Extract into
comfyui/custom_nodes - Install Embeddr-CLI
- Run Embeddr-CLI with
embeddr serve - Run ComfyUI
Usage
Use New Load & Save Image


Retrieve from your collections

Access more info on the WebUI

Development
To get a development version working.
git clone https://github.com/embeddr-net/embeddr-comfyui
cd embeddr-comfyui
pnpm install
pnpm build
# Link into ComfyUI custom_nodes
# Example:
ln -s /home/user/git/embeddr-comfyui \
/home/user/comfyui-dev/custom_nodes/embeddr-comfyui