image-generation
Image Generation
Generate images using Google's Gemini model (default) or fal.ai FLUX.2 klein 4B (cheap mode).
Quick Start
MANDATORY: Always use -d (destination) flag to specify output path. This avoids file management issues with poster_0.jpg in the scripts folder.
cd ~/.claude/skills/image-generation/scripts
# ALWAYS specify destination with -d flag
npx ts-node generate_poster.ts -d /tmp/my-image.jpg "A futuristic city at sunset"
# Cheap mode: fal.ai FLUX.2 klein 4B (fast, lower cost)
npx ts-node generate_poster.ts --cheap -d /tmp/city.jpg "A futuristic city at sunset"
# With aspect ratio
npx ts-node generate_poster.ts -d /tmp/landscape.jpg --aspect 3:2 "A wide landscape poster"
More from aviz85/ai-music-video-maker
lyrics-overlay
Beautiful animated lyrics overlay for videos using Remotion. Use for: lyrics, captions, subtitles, karaoke, song text overlay.
2video-common
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
2remotion-render
Render Remotion video compositions to MP4/WebM. Use for: rendering videos, exporting compositions, batch renders, previewing.
2audio-to-video
Generate video from audio + image using fal.ai LTX-2.3. Use for: talking head, lip sync, audio-driven video.
2transcribe
Transcribe audio/video to SRT subtitles using ElevenLabs Scribe v2. Use for: transcription, subtitles, captions, SRT generation.
2music-video
Create multi-camera AI music videos from audio. Use for: music video, concert video, multi-angle video, AI video clip.
2