-
-
Notifications
You must be signed in to change notification settings - Fork 7
Installation and Setup
The preferred installation path is through ComfyUI Manager.
- Open ComfyUI Manager.
- Search for Majoor Assets Manager.
- Install the extension.
- Restart ComfyUI completely.
cd ComfyUI/custom_nodes
git clone https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager ComfyUI-Majoor-AssetsManager
cd ComfyUI-Majoor-AssetsManager
pip install -r requirements.txtOptional AI and vector features:
pip install -r requirements.txt -r requirements-vector.txtFor the best metadata and probing experience, install:
- ExifTool
- FFmpeg / ffprobe
Why these matter:
- ExifTool improves metadata extraction and metadata writeback workflows such as ratings and tags synchronization
- ffprobe improves video and audio probing and makes media metadata more complete and reliable
Typical Windows options:
- Scoop
- Chocolatey
- WinGet
Typical macOS option:
- Homebrew
Typical Linux options:
- apt
- dnf
- pacman
Detailed commands are maintained in the repository installation guide:
After installation:
- Restart ComfyUI.
- Open the Assets Manager sidebar tab.
- Verify that your outputs and inputs are visible.
- Open settings and confirm your roots, indexing preferences, and optional features.
Recommended first checks:
- confirm the correct output directory is indexed
- check whether auto-scan on startup matches your workflow
- verify the media probe backend stays on Auto unless you are troubleshooting
- if you use AI features, install optional packages before expecting semantic features to work
Install the extension and Python dependencies only. This gives you browsing, search, viewer workflows, collections, and non-AI features.
Add ExifTool and ffprobe. This is the best default if you care about complete metadata extraction and smooth media probing.
Install optional vector and AI dependencies, then allow the first model download. After the required models are cached locally, AI features can work offline.
If the extension starts but does not fully populate assets:
- Verify Python dependencies are installed
- Verify ffprobe and exiftool are available if you rely on media probing and metadata extraction
- Rebuild or refresh the index from the UI if needed
If the UI opens but behaves inconsistently:
- check browser-side settings in the Majoor settings UI
- verify ComfyUI was fully restarted after install or update
- use the database maintenance actions if the index is stale or corrupted
See the canonical docs for details: