Relight Change how a still is lit — direction, color temperature, intensity, mood — without redoing the shot. This skill routes to Qwen Edit 2509's dedicated relight LoRA when a purpose-built relighting endpoint matters, and to identity-preserving edit endpoints when prose lighting language is enough. runcomfy.com · Qwen Edit relight · CLI docs Powered by the RunComfy CLI
1. Install (see runcomfy-cli skill for details)
npm i -g @runcomfy/cli
or: npx -y @runcomfy/cli --version
2. Sign in
runcomfy login
or in CI: export RUNCOMFY_TOKEN=
3. Relight
runcomfy run qwen/qwen-edit-2509/lora/relight \ --input '{"image": "...", "prompt": "..."}' \ --output-dir ./out Show more