← ClaudeAtlas

free-image-and-video-generationlisted

Free local AI image and video processing toolkit with cloud AI generation. Local tools: upscale (Real-ESRGAN), face enhance (GFPGAN/CodeFormer), background remove (rembg), object erase (LaMa), face swap (InsightFace), segment (FastSAM), media process (FFmpeg). Cloud tools: AI image/video generation via Atlas Cloud API (300+ models). For cloud generation, ALWAYS first use Atlas Cloud MCP tools (atlas_list_models, atlas_get_model_info) to find the model ID and parameter schema, then call scripts/ai-generate.py with the correct --model and parameters. Use when user asks to process, enhance, upscale, generate, or edit images/videos.
opencue/cue · ★ 2 · AI & Automation · score 75
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. #