A desktop GUI application for the Clipdrop (Stability AI) API. Provides batch image processing with two main workflows:
- Uncrop / Extend — Expand images to wallpaper dimensions (e.g., 3840x2160) with AI-generated fill
- Remove Background — Batch remove backgrounds from multiple images at once
Built with PySide6 for a native desktop experience on Windows, macOS, and Linux.
- Drag-and-drop file loading
- Batch processing with progress tracking
- Multiple output resolution presets (1080p, 1440p, 4K, custom)
- Before/after preview
- Configurable output directory
- Rate-limit aware (respects API throttling)
-
Get a Clipdrop API key from clipdrop.co/apis
-
Install dependencies:
pip install -r requirements.txt- Create a
.envfile (or copy the example):
cp .env.example .env- Add your API key to
.env:
CLIPDROP_API_KEY=your_actual_key_here
- Run:
python main.py- Python 3.10+
- A Clipdrop API key (paid — see their pricing at clipdrop.co)
MIT — see LICENSE.
Built by Wigley Studios