Skip to content

Installation and Setup

MajoorWaldi edited this page Apr 7, 2026 · 1 revision

Installation and Setup

Recommended Installation

The preferred installation path is through ComfyUI Manager.

  1. Open ComfyUI Manager.
  2. Search for Majoor Assets Manager.
  3. Install the extension.
  4. Restart ComfyUI completely.

Manual Installation

cd ComfyUI/custom_nodes
git clone https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager ComfyUI-Majoor-AssetsManager
cd ComfyUI-Majoor-AssetsManager
pip install -r requirements.txt

Optional AI and vector features:

pip install -r requirements.txt -r requirements-vector.txt

Optional Native Tools

For 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:

First Launch Checklist

After installation:

  1. Restart ComfyUI.
  2. Open the Assets Manager sidebar tab.
  3. Verify that your outputs and inputs are visible.
  4. 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

Common Installation Profiles

Basic User

Install the extension and Python dependencies only. This gives you browsing, search, viewer workflows, collections, and non-AI features.

Power User

Add ExifTool and ffprobe. This is the best default if you care about complete metadata extraction and smooth media probing.

AI User

Install optional vector and AI dependencies, then allow the first model download. After the required models are cached locally, AI features can work offline.

Troubleshooting Basics

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:

Clone this wiki locally