Advanced metadata extractor for AI images. Supports ComfyUI, A1111, and Civitai. Effortlessly organizes prompts and model info into searchable Eagle tags and notes.
ComfyUI Auto Tagger is a plugin for Eagle that automatically extracts metadata from AI-generated images. It provides two main features:
It supports ComfyUI, Stable Diffusion WebUI (including Automatic1111, Forge, and other variants; referred to as "A1111" below), and Civitai generated images in PNG, WebP, and JPEG formats, and allows you to filter which information to import.
#checkpoint_name, #lora_name, seed:12345).
Eagle Metadata Bridge is a ComfyUI custom node that replaces the standard Save Image node. Every time you generate an image, it automatically:
When used alongside this plugin, tag management becomes even more powerful — images arrive in Eagle already tagged, and you can re-run this plugin at any time to update, filter, or batch-process them further. The node embeds an identifier into each saved image, allowing this plugin to reliably retrieve the prompt and generation parameters by tracing the exact workflow graph instead of relying on heuristics or inference.
Select any AI-generated image in Eagle and the inspector panel appears automatically, showing prompts, parameters, and model info — each with a copy button. Multi-sampler workflows are split into tabs.

Path-Based Extraction: It traces the execution path from the output nodes back to the source. This ensures that in "All-in-One" workflows, only the parameters that actually contributed to the image are recorded.
Multi-Stage Support: Captures data from every generation step, including KSamplers, FaceDetailers, and HiresFix, providing a complete "recipe" for reproduction.
Accurate Parameter Retrieval: Even with complex custom nodes like "Lora Loader Stack" or Reroute/Primitive nodes, the logic recursively resolves values to ensure accurate retrieval.
Full Audit in Notes: Every detected generation step is recorded in detail within the Eagle Notes section, providing a precise "recipe" for reproduction.


ComfyUI metadata doesn't record the actual execution path. The plugin traces back from the final image save node to extract prompts and parameters. In this process, nodes that weren't actually used may be included.
For example, a workflow designed for txt2img (text-to-image) might contain img2img (image-to-image) nodes. If you used only txt2img, those img2img nodes were never executed — but the plugin cannot detect this automatically. When suspicious nodes are detected, the plugin displays a dialog, allowing you to decide whether to include or exclude them from metadata extraction.

You have full control over how your library is organized:
Extraction Targets: Selectively import Checkpoints, LoRAs, Prompts, Seeds, Steps, CFG, etc.
Output Destination: Toggle Tags and Notes independently to match your workflow.

Cache files are stored in {Library Path}/.eagle/plugins/comfyui-auto-tagger/metadata-cache/ and are automatically used to speed up repeated metadata viewing.

Select one or more AI images in Eagle.
Right-click and choose Plugins > ComfyUI Auto Tagger.
Configure your settings (First-time setup recommended).
Click Start Tagging.
🎉 New: Suspicious Node Detection: Implemented a heuristic detection system to identify nodes with missing required inputs in ComfyUI workflows.
Adds configurable handling modes: Exclude (default), Include, or Ask via a dialog.
The dialog displays affected generation steps, and Shift+Click allows applying the decision to all remaining images.
✨ Improvements:
Enhanced workflow validation to detect non-executable nodes before processing.
Improved base sampler detection for workflows using DetailerForEach nodes.
Better handling of complex multi-stage refinement workflows.
🐛 Bug Fixes:
Fixed distance calculation for samplers that process images instead of latents.
Minor UI and stability improvements.
🎉 New Features
A1111 & Forge Support: Official support for Stable Diffusion WebUI (A1111/Forge) generated images. Extracts prompts, seeds, and models from both PNG and WebP formats.
Civitai Integration: Full support for images generated directly on the Civitai platform.
Force Delete Mode: Quickly remove all tags/notes from selected items without analysis by holding Shift + Clicking the "Delete Info" button.
✨ Improvements
Advanced Workflow Tracing (ComfyUI): Enhanced logic for complex img2img and multi-stage workflows (HiresFix, FaceDetailer). It now accurately identifies the primary generation parameters by tracing VAEEncode chains.
Expanded LoRA Detection: Improved support for various LoRA loaders, including "Lora Loader Stack (rgthree)" and standard A1111 LoRA hashes.
Cleaner Annotations: Refined the Note (Annotation) format to skip empty labels or unnecessary headers when specific metadata is missing.
🔧 Internal
Robust Engine: Completely refactored metadata parser architecture for faster and more reliable extraction.
Stability: Added a comprehensive test suite with 200+ tests to ensure stable performance across different generation environments.
Major update with improved accuracy and new features.
New: Added support for writing metadata to the Notes section.
New: Added a Settings UI to filter which metadata to import (e.g., ignore Seed, keep LoRA).
Improved: Enhanced parsing logic to support complex workflows (Reroute/Primitive nodes) and API-format prompts.
Improved: Implemented batch processing with a progress bar for better performance.
Fixed: Added full support for WebP files.
Fixed: Resolved issues with dark mode and multilingual display.