qwen3-tts-remotion
Installation
SKILL.md
Qwen3‑TTS + Remotion Skill
This skill automates:
- Creating a Python 3.12 Conda env and installing
qwen-tts(0.6B/1.7B CustomVoice) - Generating 9 speaker samples in English (or chosen language)
- Rendering a vertical 1080×1920 Remotion video that plays each sample with a title card
- Optional: Creating one‑off voice replies from any text using Qwen3‑TTS and returning a local WAV path
Prereqs
- macOS with Homebrew
- Conda/Miniforge (auto-installed if missing)
- Node 20+ (Volta auto-installed if missing)
- FFmpeg (system)
Quick Start
# 1) Prepare env (Conda + Python 3.12) and install qwen-tts
bash scripts/setup-python.sh
Related skills