-
Notifications
You must be signed in to change notification settings - Fork 3
Tools and Interfaces
Grok Imagine Cinematic Studio v3.5 ships with two powerful interfaces in addition to the core prompt-based activation in Grok chat.
A full-featured command-line tool for power users, automation, and integration into scripts or pipelines.
git clone https://github.com/FineComputer14451/Grok-Imagine-Cinematic-Studio.git
cd Grok-Imagine-Cinematic-Studio
pip install -r requirements.txt| Command | Description | Example |
|---|---|---|
generate-prompt |
Creates an optimized, ready-to-paste MASTER_PROMPT variant tailored to your story | python tools/cinematic_studio_cli.py generate-prompt --story "A lone astronaut discovers an ancient alien signal" --signature "nolan-villeneuve" --genre "sci-fi" --length "120s" |
memory |
Inspect, backup, or restore persistent memory banks | python tools/cinematic_studio_cli.py memory --backup my_project_memory.json |
cost |
Real-time token/quota cost simulation for a given production plan | python tools/cinematic_studio_cli.py cost --story "cyberpunk heist" --sequences 8 --resolution "720p" |
report |
Generate professional PDF production reports (bible, QA summary, cost breakdown) | python tools/cinematic_studio_cli.py report --project "Neon Eclipse" --output artifacts/Neon_Eclipse_Report.pdf |
signature |
Apply or list director signatures (Villeneuve-Deakins, Nolan, Fincher, etc.) | python tools/cinematic_studio_cli.py signature --list |
validate |
Validate Production Bible integrity and agent handoff packets | python tools/cinematic_studio_cli.py validate --bible examples/Neon_Eclipse_Heist_Bible.md |
Requirements: typer, rich, fpdf2 (installed via requirements.txt)
A beautiful, modern visual production builder perfect for interactive workflows and team collaboration.
pip install -r requirements-streamlit.txt
streamlit run web_ui/app.pyThe UI will open in your browser at http://localhost:8501
- Visual Story Input — Form-based entry for title, logline, genre, tone, target length, key characters
- Agent Toggle Panel — Enable/disable any of the 22 agents or entire teams
- Director Signature Selector — Choose from 12+ cinematic signatures with visual previews
- Live Cost Simulator — Real-time token and quota estimates as you build the production plan
-
One-Click Actions:
- Generate Full Production Bible
- Start New Project
- Generate Reference Images
- Create Trailer
- Run Full QA Review
- Export PDF Report
- Memory Dashboard — View and manage persistent character/environment memory
- Project History — Quick access to previous productions
- Rapid prototyping of productions
- Non-technical users or clients
- Visual learners who prefer sliders and previews over raw prompts
- Generating the initial prompt for use in Grok chat
- Use Streamlit UI to build and refine your Production Bible and plan
- Export the optimized prompt via CLI or copy from the UI
- Paste into Grok 4.3 Beta for the actual image/video generation (highest quality)
Use the CLI inside shell scripts, GitHub Actions, or cron jobs for batch production or nightly renders.
Most users simply paste MASTER_PROMPT_v3.5.md once and work entirely inside the Grok interface. The CLI and Web UI are powerful supplements for planning, cost control, and asset management.
-
requirements.txt— Core CLI dependencies (typer, rich, fpdf2, etc.) -
requirements-streamlit.txt— Web UI dependencies (streamlit, pandas, plotly, etc.)
Both are located in the repository root.
Planned enhancements include:
- Native Grok API integration (when available)
- Cloud deployment option for the Web UI
- VS Code / Cursor extension
- Direct export to professional editing software (DaVinci Resolve, Premiere, Final Cut)
Both tools are 100% open source under the MIT license and fully compatible with the core 22-agent system.
v3.5 Wiki Navigation
- Home
- Quick Start
- 22-Agent Film Crew
- Tools & Interfaces
- Production Bibles & Examples
- Changelog
- Contributing
Activate Grok Imagine Cinematic Studio v3.5 and start creating.