Extensions/embeddr-comfyui
ComfyUI Extension

embeddr-comfyui

A ComfyUI extension with 15 custom nodes.

By embeddr-net·Created 8 months ago·Updated 4 months ago· 0
embeddr-net/embeddr-comfyui
Nodes15
On cloudLocal install
CategoryEmbeddr/Lotus, Embeddr
Stars0
Updated4 months ago
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.

Example

Installation

  1. Download latest release
  2. Extract into comfyui/custom_nodes
  3. Install Embeddr-CLI
  4. Run Embeddr-CLI with embeddr serve
  5. Run ComfyUI

Usage

Use New Load & Save Image

Example IO

Example

Retrieve from your collections

Example Retrieval

Access more info on the WebUI

Example Lineage

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