Design 40,490 installs

relight

by agentspace-so/runcomfy-agent-skills

Relight a still image - change the lighting setup, color temperature, direction, or mood - on RunComfy via the `runcomfy` CLI. Routes to Qwen Edit 2509's…

Skill content

Alter lighting direction, color temperature, intensity, and mood on still images without reshooting.

- Routes to Qwen Edit 2509's dedicated relight LoRA for precise lighting control, with fallback to identity-preserving edit endpoints (Nano Banana 2, GPT Image 2, FLUX Kontext Pro) for broader edits

- Supports product relighting (studio to window light), portrait mood shifts (overcast to golden hour), and color-temperature changes via prose prompts

- Accepts image URLs and lighting descriptions; outputs edited images to a local directory via the RunComfy CLI

- Triggers on keywords like "relight," "golden hour," "studio lighting," "rim light," "change light direction," or explicit lighting modification requests

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=<token>