Extensions/ComfyUI-Image-History
ComfyUI Extension

ComfyUI-Image-History

A ComfyUI node for browsing and reusing images from output history.

By Jasshl·Created 4 days ago·Updated 2 days ago· 1
Jasshl/ComfyUI-Image-History
Nodes1
On cloudLocal install
Categoryhistory tools
Stars1
Updated2 days ago
Readme

ComfyUI Image History

A ComfyUI node that loads an existing image from the output directory without depending on the workflow that generated it.

Behavior

  • go_back = 0 selects the newest image
  • go_back = 1 selects the previous image
  • subfolder limits browsing to one output subfolder
  • keep_current_image preserves the exact selected file when browsing older images; it is enabled by default
  • follow_latest_at_zero keeps go_back = 0 following new outputs; disable it to pin the file currently at index 0
  • Returns both an IMAGE and a short filename description
  • Supports PNG, JPG, JPEG, and WebP outputs

Installation

ComfyUI Manager

Open ComfyUI-Manager, search Node Pack for Image History, select it, and click Install. Restart ComfyUI when installation completes.

Manual installation

From your ComfyUI custom_nodes directory:

git clone https://github.com/Jasshl/ComfyUI-Image-History.git

Restart ComfyUI after cloning. The node appears under the history tools category.

License

MIT