All models
Imagev1.0.0

IC-Light (Relight)

Relight a subject to match a described lighting setup.

8 inputsIMAGE
IC-Light (Relight) input
IC-Light (Relight) output

Prompt: “warm sunset light from the left”

Run the node

IMAGE
Subject
TEXT
Lighting description
TEXT
Light direction
TEXT
TEXT
1 – 100INT
TEXT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins ic-light and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("ic-light", {
  image: { ref: "https://..." },
  prompt: { value: "example" },
  lightSource: { value: "None" },
  width: { value: "512" },
  height: { value: "640" },
  steps: { value: 25 },
  outputFormat: { value: "webp" },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
Subject
prompt*TEXT
Lighting description
lightSourceTEXT
Light direction
None · Left Light · Right Light · Top Light · Bottom Light
None
widthTEXT
256 · 320 · 384 · 448 · 512 · 576 · 640 · 704 · 768 · 832 · 896 · 960 · 1024
512
heightTEXT
256 · 320 · 384 · 448 · 512 · 576 · 640 · 704 · 768 · 832 · 896 · 960 · 1024
640
stepsINT25
outputFormatTEXT
webp · jpg · png
webp
seedINT

Outputs

imageIMAGE