free-image-and-video-generationlisted
Install: claude install-skill opencue/cue
# Free Image & Video Processing Toolkit
**7 free local AI tools** + **cloud AI generation** (300+ models via Atlas Cloud API).
Local tools run 100% on your machine — no API keys, no cloud costs. Cloud generation tools provide access to state-of-the-art AI models for image and video creation.
## Prerequisites
- Python 3.10+ installed
- [uv](https://docs.astral.sh/uv/getting-started/installation/) installed (`curl -LsSf https://astral.sh/uv/install.sh | sh`)
- FFmpeg installed (`brew install ffmpeg` / `apt install ffmpeg` / `winget install ffmpeg`)
## Available Tools
| Tool | Script | What It Does |
|------|--------|-------------|
| Image Upscale | `scripts/upscale.py` | 2x/4x super resolution using Real-ESRGAN |
| Face Enhance | `scripts/face-enhance.py` | Restore and enhance faces using GFPGAN + CodeFormer |
| Background Remove | `scripts/bg-remove.py` | Remove image backgrounds, output transparent PNG |
| Object Erase | `scripts/erase.py` | Erase unwanted objects using LaMa inpainting |
| Face Swap | `scripts/face-swap.py` | Swap faces between images using InsightFace |
| Smart Segment | `scripts/segment.py` | Segment anything in images using FastSAM |
| Media Process | `scripts/media-process.py` | Convert, compress, resize, extract with FFmpeg |
| **AI Generate** | **`scripts/ai-generate.py`** | **Generate images/videos with 300+ cloud AI models** |
## Usage
All scripts use `uv run` for zero-setup execution — dependencies are automatically installed on first run.
#