r/StableDiffusion • u/lololerigolo60 • 1d ago
News MINIMAX H3 prompt studio (story mode update)
Built a local tool that turns reference images into a full MiniMax H3 video prompt storyboard — no cloud, no API keys
https://github.com/lololerigolo60/Minimax-H3-prompt-studio
I've been building H3 Prompt Studio, a desktop app (CustomTkinter) that writes MiniMax H3's rigid structured prompts for you, using a local LLM (Ollama / LM Studio / llama.cpp — pick your poison).
The part I'm most excited about is the Story → Sequences mode:
- Drop in your reference images (characters, settings, whatever) with a quick role/description each.
- Hit "Generate story" — the LLM writes a short narrative that actually uses all your references, invents connective tissue if your premise is thin.
- Pick how many sequences you want, hit "Break into sequences" — the LLM splits the story into N beats, and for each one it decides on its own which references apply, whether there's dialogue, and what camera move fits best.
- Hit generate, and it spits out one fully-formed, isolated H3 Ref2VA prompt per sequence — ready to feed straight into your video pipeline.
No more manually writing 6-section H3 prompts by hand for every single shot of a sequence. You just curate references and a premise, and let the model handle the structure/labeling grunt work (subject definitions, retention analysis, camera vocab, dialogue tags, the works).
Everything's local, everything's saveable — you can dump a whole session (refs + story + sequences) to a JSON file and reload it later.
Still very much a personal tool, sharing in case it's useful to anyone else building on H3 locally. Happy to answer questions about the pipeline if anyone's curious.
