Your comprehensive resource for mastering the most powerful asset management tool for ComfyUI
The Majoor Assets Manager is the ultimate asset management solution for ComfyUI enthusiasts. It transforms how you organize, search, and utilize your generated assets with powerful features and an intuitive interface.
Experience the most comprehensive asset management solution with cutting-edge features that streamline your creative workflow!
Powered by SQLite FTS5 with BM25 ranking for instant results across thousands of assets.
Extract generation info from PNG/WEBP/video files with ExifTool and FFprobe integration.
With comparison tools, analysis features, and enhancement controls for detailed inspection.
Start with the Outputs tab to explore your generated assets. The interface will automatically index and display your creations!
Get up and running with Majoor Assets Manager in minutes with our streamlined installation process.
git clone https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager ComfyUI-Majoor-AssetsManager
cd ComfyUI-Majoor-AssetsManager
pip install -r requirements.txt
For full functionality including metadata extraction and file tagging, install these external tools:
Using Scoop:
scoop install ffmpeg exiftool
Using Homebrew:
brew install ffmpeg exiftool
Ubuntu/Debian:
sudo apt update
sudo apt install -y ffmpeg libimage-exiftool-perl
Discover the powerful capabilities that make Majoor Assets Manager the premier choice for asset management.
Browse your ComfyUI output directory with powerful filtering and search capabilities.
Manage your input assets with the same powerful tools as your outputs.
Access user-defined directories for comprehensive asset management.
Organize assets into custom collections for project-based workflows.
The Assets Manager automatically indexes your assets with:
The first scan of a large directory may take time, but subsequent scans are much faster thanks to incremental indexing!
Powerful search and filtering capabilities to find exactly what you need in seconds.
Our search engine uses SQLite FTS5 with BM25 ranking for the most relevant results:
Filter by file type: Images, Videos, Workflows, and more.
Show only assets with minimum rating (1-5 stars).
Filter by creation/modification dates for temporal searches.
Show only assets with embedded workflow information.
"landscape portrait"character landscapemodel:SDXL or steps:30Comprehensive metadata extraction and an advanced viewer with powerful analysis tools.
We support multiple backends for comprehensive metadata extraction:
Generation parameters, workflow information, technical details, and custom tags.
Duration, frame rate, resolution, audio information, and embedded parameters.
ExifTool (most comprehensive), FFprobe (video/audio focused), and built-in extraction.
Zoom, pan, 1:1 pixel view, exposure adjustment, gamma correction, and channel isolation.
Side-by-side, A/B toggle, wipe slider, and difference comparison tools.
Loop/once playback, seek controls, in/out point markers, and frame-by-frame stepping.
Grid overlays, pixel probe, loupe magnification, and histogram/waveform scopes.
Powerful tools to keep your assets organized and easily accessible.
Rate assets from 0 to 5 stars for quick quality assessment:
Customizable keywords to categorize and organize your assets:
User-created groups of assets that can span multiple directories:
Create collections for different projects, styles, or clients. Use consistent tagging to make assets easily discoverable later!
Seamless drag and drop integration with both ComfyUI and your operating system.
Drag assets directly onto the ComfyUI canvas for instant integration:
Drag assets to your file explorer for easy file management:
Use Ctrl/Cmd+click to select multiple assets, then drag any selected asset to initiate a multi-file drag operation!
Boost your productivity with these essential keyboard shortcuts.
| Action | Windows/Linux | macOS |
|---|---|---|
| Scan current scope | Ctrl+S | Cmd+S |
| Toggle details sidebar | D | D |
| Rate 5 stars | 5 | 5 |
| Select all | Ctrl+A | Cmd+A |
| Focus search | Ctrl+F | Cmd+F |
| Close viewer | Esc | Esc |
| Action | Shortcut |
|---|---|
| Toggle false color | F |
| Toggle zebra patterns | Z |
| Cycle grid overlays | G |
| Toggle pixel probe | I |
| Toggle loupe | L |
| Copy color value | C |
Try this sequence: Ctrl+F [search term] Enter Ctrl+A 5 - Search, select all results, rate everything 5 stars!
Customize the Assets Manager to match your workflow and preferences.
Configure the backend using environment variables:
# Override output directory
export MAJOOR_OUTPUT_DIRECTORY="/path/to/output"
# Specify tool paths if not in PATH
export MAJOOR_EXIFTOOL_PATH="/path/to/exiftool"
export MAJOOR_FFPROBE_PATH="/path/to/ffprobe"
# Set media probe backend
export MAJOOR_MEDIA_PROBE_BACKEND="auto" # auto, exiftool, ffprobe, both
# Enable file watcher for auto-reindexing
export MAJOOR_ENABLE_FILE_WATCHER=true
Solutions to common issues and how to resolve them.
If you see warnings about missing dependencies:
pip install -r requirements.txtIf experiencing slow performance:
exiftool -ver and ffprobe -version to verify external tools<output>/_mjr_index/assets.sqlite<output>/_mjr_index/custom_roots.json<output>/_mjr_index/collections/*.json<output>/_mjr_batch_zips/ (auto-cleaned)