Nodes/IAMCCS-nodes/IAMCCS Cine Shotboard Lite
ComfyUI Node

IAMCCS Cine Shotboard Lite

The on-ramp to IAMCCS's shotboards — FLF guides, none of the PromptRelay drama

By IAMCCS·Created 11 months ago·Updated 8 days ago· 113
IAMCCS Cine Shotboard Lite
  • multi_input
  • cine_linx
global_promptone continuous cinematic FLF shot with coherent motion through the image guides
timeline_data
duration_seconds8.00
frame_rate24
guide_policyevery_checked_row
min_guide_gap_seconds0.00
max_guides12
default_force0.22
image_paths
image_width768
image_height432

If you've ever stared at an LTX-2.3 workflow and wished you could just tell the thing "here's frame one, here's where the camera lands, here's the beat at 4 seconds," this is the node you're looking for. IAMCCS Cine Shotboard Lite is the simplest member of the pack's shotboard family: it turns a table of timeline rows into timed FLF (first-frame/last-frame) image guides, and it deliberately leaves out the fancy stuff - no PromptRelay relay prompts, no camera-move columns, no multi-track audio. That omission is the feature. It's the node to start with before you climb the ladder to the Pro planners.

How it works. You give it a global_prompt (the through-line for the whole shot) and a timeline_data table. Each row carries a time, an image reference, a force strength, a label and a note - that's it. The node expands those rows into guide frames that get injected into the generation at their timestamps, at the strength each row specifies. The whole result is packed into a single cine_linx output, which is the pack's LINX contract: a dict that carries all the plan forward so a backend node can actually execute it. You don't hand-wire a dozen strings around anymore; one socket in, backend out.

The inputs that matter. A beginner can get a lot done with three of them:

  • timeline_data - edited by the Lite UI. Rows contain time, image reference, force, label and note. This is your shot list.
  • duration_seconds and frame_rate - defaults 8 and 24. These anchor the timeline.
  • default_force - the guide strength applied to rows that don't set their own (0.22 default, 0–1). Too high and the model gets glued to the reference frames; too low and it wanders.

guide_policy has two options: every_checked_row (default) fires every checked row as a guide, while safe_core_guides only uses the ones the planner considers safe. image_paths lets you point at internal reference images, and you can also feed a batch straight in through the optional multi_input. Output is the single cine_linx, which you wire into the Cine FLF backend path (or CineInfo for inspection).

Install. Grab the whole pack once, either from ComfyUI Manager (search "IAMCCS") or:

cd ComfyUI/custom_nodes
git clone https://github.com/IAMCCS/IAMCCS-nodes

Restart ComfyUI. No model files ship with the pack - the Cine path expects an LTX-2.3 setup (model, video VAE, audio VAE) and ComfyUI ≥ 0.3.0 with Python ≥ 3.12. The Lite node itself is pure planning: no heavy dependencies beyond what the pack already needs.

Where people get burned. Remember LTX needs frame counts of 8n+1, so 8 seconds at 24fps isn't 192 frames - the pipeline rounds up for you, and a couple of padded frames show up at the tail. That's expected, not a bug. Also, this is a planner node, not a generator: if you wire cine_linx into nothing, you get a dict and a shrug. And keep the pack updated - the author ships fast, and stale saved workflows occasionally show old widget ordering after an update. If your node looks scrambled, delete and re-add it.

CategoryIAMCCS/Cine/01 Lite

Inputs (12)

NameTypeDefaultDescription
global_promptSTRINGone continuous cinematic FLF shot with coherent motion through the image guides
timeline_dataSTRINGEdited by the Cine Shotboard Lite UI. FLF-only rows contain time, image reference, force, label and note.
duration_secondsFLOAT8.000.01–36000
frame_rateINT241–120
guide_policyCOMBOevery_checked_row2 options: every_checked_row, safe_core_guides
min_guide_gap_secondsFLOAT0.000–60
max_guidesINT121–50
default_forceFLOAT0.220–1
image_pathsSTRINGInternal reference images for the Lite shotboard.
image_widthINT76864–8192
image_heightINT43264–8192
multi_inputoptIMAGE

Outputs (1)

NameTypeDescription
cine_linxIAMCCS_SUPERNODE_LINX