free-image-and-video-generation
SKILL.md
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 installed (
brew install uv/pip install uv/winget install astral-sh.uv) - 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 |