ComfyUI Extension
embeddr-comfyui
A ComfyUI extension with 15 custom nodes.
embeddr-net/embeddr-comfyui
Nodes15
On cloudLocal install
CategoryEmbeddr/Lotus, Embeddr
Stars0
Updated4 months ago
Nodes (15)
Embeddr Action
Embeddr/Lotus
Embeddr Extract Artifact Info (V2)
Embeddr
Embeddr Find Collection
Embeddr
Embeddr Find Similar Artifacts (V2)
Embeddr
Embeddr Find Similar (Text)
Embeddr
Embeddr Find Similar To Artifact ID
Embeddr
Embeddr Load Artifact (V2)
Embeddr
Embeddr Load Artifacts (V2)
Embeddr
Embeddr Load Video
Embeddr
Embeddr LoRA Stack
Embeddr
Embeddr Merge IDs
Embeddr
Embeddr Upload Video
Embeddr
Embeddr Split IDs
Embeddr
Embeddr Upload (V2)
Embeddr
Upload Artifact Options
Embeddr
Readme
<div align="center"><a name="readme-top"></a>
<img height="120" src="https://embeddr.net/embeddr_logo_transparent.png">
<h1>Embeddr ComfyUI Extension</h1>
</div>
[!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