Skip to content

Installation

  • macOS 12 (Monterey) or later
  • Adobe Premiere Pro 23.x or later (2023 release or newer)
  • Node.js 18 or later (required for the local backend server)
  • ~50 MB of disk space
  • Internet connection (required for fal.ai API communication)

Download the latest version of modelBridge.ai from modelbridge.app. You will receive a .zip archive containing the extension folder.

Unzip the archive and copy the com.fittoframe folder to the CEP extensions directory:

~/Library/Application Support/Adobe/CEP/extensions/

Your final path should look like:

~/Library/Application Support/Adobe/CEP/extensions/com.fittoframe/

Adobe CEP requires unsigned extensions to be explicitly allowed. Open Terminal and run:

Terminal window
defaults write ~/Library/Preferences/com.adobe.CSXS.11.plist PlayerDebugMode 1

This tells Premiere Pro to load extensions that are not signed through the Adobe Exchange. You only need to run this once.

modelBridge.ai runs a local Node.js server for media processing and API communication. Install its dependencies:

Terminal window
cd ~/Library/Application\ Support/Adobe/CEP/extensions/com.fittoframe/node
npm install

Close and reopen Adobe Premiere Pro. The extension needs a fresh launch to be detected.

In Premiere Pro, go to:

Window > Extensions > modelBridge.ai

The panel will open and automatically start the local backend server on port 3000.

If the panel loads and you see the modelBridge.ai interface with tabs (Generate, Models, Billing, Settings), the installation was successful.

If the panel does not appear:

  1. Confirm the extension folder is in the correct location
  2. Verify the PlayerDebugMode command was run successfully
  3. Check that Node.js is installed (node --version in Terminal)
  4. Restart Premiere Pro one more time

Head to API Key Setup to connect your fal.ai account.