An official Adobe UXP (Unified Extensibility Platform) panel plugin for MuAPI.ai. This plugin enables designers, video editors, and animators to invoke AI background removal, super-resolution upscaling, text-to-image, image-to-image transformations, and video motion generation directly inside Adobe Creative Cloud apps.
- Adobe Photoshop (v23.0+)
- Adobe After Effects (v24.0+)
- Adobe Premiere Pro (v24.0+)
- Quick AI Utilities:
- Background Removal: 1-click layer background extraction using MuAPI.
- Super Resolution Upscale: 2x / 4x HD & 4K upscaling of selection.
- Image AI:
- Text-to-Image & Image-to-Image with FLUX Schnell, FLUX Dev, SDXL Lightning, and SD 3.5 Large.
- Denoise/Strength slider for fine-grained style transfers.
- Video AI:
- Keyframe expansion & motion generation powered by Kling 1.6, Runway Gen-3, Luma Dream Machine, and MiniMax Video.
- Settings & Diagnostic Telemetry:
- Secure local storage of MuAPI bearer keys.
- Account credit balance inspector.
- Integrated live diagnostic console & 1-click issue reporting for Beta testing de-risking.
You can build and test this plugin locally without paying any plugin submission fees:
-
Install UXP Developer Tool:
- Download the free UXP Developer Tool (UDT) from the Adobe Creative Cloud Desktop app (under the Utilities / Developer section) or directly from Adobe Developer Console.
-
Add Plugin to UDT:
- Open UXP Developer Tool.
- Click Add Plugin.
- Select the
plugins/adobe-uxp/manifest.jsonfile in this repository.
-
Load into Adobe App:
- Open Adobe Photoshop, After Effects, or Premiere Pro.
- In UDT, click the Actions (
...) menu next toMuAPI AI Studioand click Load. - The MuAPI Studio panel will immediately appear inside your Adobe host application under
Plugins > MuAPI AI Studio.
-
Live Reload & Debugging:
- Click Watch in UDT for hot-reloading upon file changes.
- Click Inspect to attach Chrome DevTools to inspect DOM elements, network requests, and JavaScript execution.
- In UDT, click Package.
- UDT will output a signed
.ccxinstaller package (e.g.MuAPI_Studio_v1.0.0.ccx).
- Users can double-click the
.ccxfile to automatically install it via Creative Cloud Desktop. - No Adobe Exchange listing fee or revenue share is required for side-loaded plugins.
Because Adobe UXP plugins interact with local application layers, unexpected edge cases (e.g., empty selections or document format mismatches) are caught by the integrated diagnostic logging system:
- Access Settings > Diagnostics Log to inspect live execution logs.
- Click Send Error Report to MuAPI to copy or upload diagnostic trace logs when user issues are reported.