Extensions/ComfyUI Eagle Feeder
ComfyUI Extension

ComfyUI Eagle Feeder

A custom node for ComfyUI that allows you to send images directly to [a/Eagle](https://jp.eagle.cool/).

By tighug·Created about a year ago·Updated about a year ago· 2
tighug/comfyui-eagle-feeder
Nodes3
On cloudLocal install
Categoryutils
Stars2
Updatedabout a year ago
Readme

ComfyUI Eagle Feeder

[日本語]

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

ComfyUI Manager

Search for ComfyUI Eagle Feeder.

Manual

Clone the repository into your custom_nodes directory:

git clone https://github.com/tighug/comfyui-eagle-feeder.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