Shiccup Studio
How it works

How it works

What this tool does, what it deliberately doesn't, and where the generation happens.

Image-first is the whole trick

The hard problem in AI video isn't motion, it's consistency: the same character has to be the same character six shots later. Text-to-video regenerates the world from scratch every clip, so it drifts.

So every shot here gets a setup image first — one still you look at and approve. That still becomes frame one of an image-to-video generation, which means the video model inherits the look instead of inventing it. You can generate three or four candidates per shot and keep the one that matches.

The bible is the consistency lever

Character and location descriptions live once, at project level. The prompt compiler pastes them into every shot those characters appear in, along with your visual style, palette, film stock and style tokens.

That's why prompts here are compiled, not stored. Fix a description once and every shot that uses it changes. You can still hand-write any individual prompt — the app just tells you plainly when you've done that, because a hand-written prompt stops inheriting those fixes.

The film knowledge base

Shot types, angles, camera moves, lenses, lighting and pacing are a fixed vocabulary, not free text. Each entry carries the exact camera language a generator understands — a low angle becomes "camera below the subject looking up, subject appears imposing", not the word "low".

The AI drafts against the same vocabulary, so it can't invent a shot type the rest of the app doesn't understand.

Where generation happens

Not here. Images and video are generated on the owner's own RTX 3090 — free, private, and the local models are the ones he wants. This app plans and hands his machine correct prompts, exported as machine JSON his pipeline can iterate and as a readable shot list.

A live bridge to a local ComfyUI endpoint is scaffolded and documented but not built. Until it is, the loop is: copy the prompt → generate locally → drop the PNG back onto the shot.

Where your projects live

In this browser, in localStorage. No accounts, no upload, no database. That's the right trade for a single-operator planning tool — but it means clearing this browser's storage deletes your projects. Export the project JSON for anything you care about.

Drafting from a logline is the one thing that touches a server: the logline goes to the Anthropic API and the drafted structure comes back. Without an API key configured, drafting falls back to a built-in film-grammar skeleton and says so.

← Back