Grant George
Journal
2 min read
#meta

Hello World

Kicking off a field journal for cinematic AI video, prompting, and engineering notes.

This is the first post. The blog is built around showing artifacts, not opinions.

A model run looks like this#

Model Run
Model
FLUX.2 pro
Provider
fal.ai
Resolution
1024x1024
Cost
$0.05
Seed
42
Inputs
  • character-front.png

A prompt looks like this#

text-to-imageFLUX.2 pro
A restrained cinematic portrait of a young knight at dusk, shallow depth of field, 35mm, soft window light.
Negative
no plastic skin, no warped hands
Settings
steps
28
guidance
3.5

Notes look like this#

A before/after looks like this#

raw outputgraded

A reference grid looks like this#

01 · establishing
02 · medium
03 · close

A video embed looks like this#

And code looks like this#

export function hello(name: string) {
return `hello, ${name}`;
}