Extensions/comfyui-eagle-dynamic-host
ComfyUI Extension

comfyui-eagle-dynamic-host

A custom node for ComfyUI that allows you to send images directly to Eagle.

By snghrsw·Created 7 months ago·Updated 7 months ago· 1
snghrsw/comfyui-eagle-dynamic-host
Nodes3
On cloudLocal install
Categoryutils
Stars1
Updated7 months ago
Readme

ComfyUI Eagle Dynamic Host

This is a modified version of comfyui-eagle-feeder by tighug.

[日本語]

A custom node for ComfyUI that allows you to send images directly to Eagle.

Features

Existing similar nodes work only when Eagle and ComfyUI run on the same machine. This node solves that limitation by supporting setups using SSH or containers across different machines.

It temporarily launches a local file server and sends images to Eagle using the /api/item/addFromURL API.

Installation

Manual

Clone the repository into your custom_nodes directory:

git clone https://github.com/snghrsw/comfyui-eagle-dynamic-host.git

Usage

Supports PNG / Animated WEBP / MP4 formats.

All inputs other than the ones listed below behave the same as ComfyUI’s standard SaveImage / SaveAnimatedWEBP / SaveVideo nodes.

EagleFeeder

  • tags: Tags to attach to the image.

  • folder_name: The name of the Eagle folder where the image will be saved.

    • Currently does not support creating new folders automatically.
    • If multiple folders share the same name, the image will be saved to one of them arbitrarily.
  • eagle_host: URL of the host where Eagle is running.

    • If Eagle is running on the same machine as ComfyUI, use http://localhost:41595.
    • Note: Eagle uses a fixed port: 41595.
  • eagle_token: API token for Eagle.

    • You can find this under Preferences → Developer in Eagle.

Token location in Eagle: EagleFeeder Token

License

MIT