ComfyUI SimpleFeed
A simple, configurable, and extensible image feed module for ComfyUI. Originally proposed as a pull request to ComfyUI Custom Scripts, it was set aside due to the scale of the changes. This module only offers Image Tray functionality; if you prefer an alternative image tray, this one can be safely uninstalled without impacting your workflows.
Configuration Options
Settings
- Visibility and Position: Control the image feed's visibility and location.
- Image Count Limit: Limit the number of images displayed. If this is more than will fit on the screen, the image tray will scroll.
- Sort Order: Sort images by generation time, from oldest to newest or vice versa.
Menu Options
- Node Filter Button: Filter which nodes contribute images to the feed, managing duplicates. When the filter is disabled, all image sources are included.
- Clear Button: This clears all images from the image tray. It does not remove them from your output folder.
Lightbox Guide
- Dynamic Updating: Adds new images to the image feed as they're generated, dynamically updating the lightbox and its controls.
- Navigation Arrows: Color-coded arrows for functionality:
- Black: Inactive when only a single image is present.
- Grey: Navigate between images.
- Orange: Indicates the end of the feed; wraps to the start.
Installation
Using ComfyUI Manager
- Follow the ComfyUI Manager Instructions.
- Search for 'ComfyUI Simple Feed' in the Custom Node Manager.
- Install and restart ComfyUI.
Manual Installation (Not Recommended)
- Clone or download the repository into the
custom_nodes
folder. - Check that ComfyUI’s security settings allow manual installations.
- Restart ComfyUI after installation.
Uninstallation
Using ComfyUI Manager
- Locate 'ComfyUI Simple Feed' in the Custom Node Manager.
- Uninstall and restart ComfyUI.
Manual Uninstallation
- Delete the
comfyui-simplefeed
directory from your ComfyUI 'custom_nodes' folder. - Restart ComfyUI.
Examples
Version History
- 1.0.0 (15 May 2024): Initial release.
- 1.0.1 (8 Sep 2024): Added to ComfyUI Manager Registry.
- 1.1.0 (11 Sept 2024): Substantial updates to fix bugs, implement user requests and integrate with the new ComfyUI.