Skip to content

Prompt Studio · docs

Prompt, queue, and ship films

Model-aware prompts, ComfyUI workflow takeover, Gallery, and the Play campaign loop — from first still to Cut film and Save to Cast.

  • Dev Node 22+ · npm run dev → :47832
  • Search Press / or use the header search
  • Repo GitHub

Start here

  • First launch


    Install, Heal & ready, and queue your first still in ~10 minutes.

    Operator guide

  • Play film loop


    Moodboard → Fitting → Day → Cut → Cast with stall metrics on the Dashboard.

    Play guide

  • Deploy


    .env.local, Docker, auth, SMTP, and production checklist.

    Configuration

  • Quick reference


    Routes, workspace modes, shortcuts, npm scripts.

    Cheat sheet

  • Troubleshooting


    OOM, missing nodes, vision, auth, Play stall — with Settings deep-links.

    Fix it

  • HTTP API


    REST catalog, health, probe, queue hooks for Comfy nodes.

    API docs

Pick your path

Operators

Run the studio day-to-day.

Creators

Tools, limits, and workflow behavior.

Contributors

Architecture, releases, performance.


Full doc index

Getting started

Doc Contents
Main README (GitHub) What it is, quick start, tools table, supported models
Operator guide Heal & ready, 10-minute loop, second GPU, backup, invite + SMTP
Play campaign guide Moodboard → Cut → Cast walkthrough, metrics, share/resume
Configuration & deployment .env.local, LLM, auth, security, production checklist, Docker
Desktop app Tauri installers (macOS / Windows / Linux)
ComfyUI custom nodes (GitHub) Install PromptTools* nodes into ComfyUI

Using the app

Doc Contents
Features Full feature list by area (Gallery, Studio, Queue, Auth, …)
Quick reference Routes, modes, shortcuts, npm / Docker one-liners
Troubleshooting Common failures and playbook links
Workflow takeover Placeholders, quality profiles, queue-time patching
Prompt limits Character limits by model × detail level
Prompt examples Sample outputs for SDXL, Qwen Edit, FLUX, SD1.5
HTTP API REST endpoints, curl examples, health/probe/invite
Data catalogs Location & clothing library generator scripts

Features by area

Quick jumps inside features.md:

Contributors & ops

Doc Contents
Architecture Storage, queue path, auth, plugins, engine adapter
Releases Cut vX.Y.Z GitHub Releases and GHCR images
Plugin iframe host postMessage protocol + example HTML
Performance & scripts npm scripts, build, Prettier, monitoring
Diffusers engine (GitHub) Optional FastAPI stills sidecar

Local preview

Browse with search locally:

pip install -r docs/requirements-docs.txt
npm run docs:serve

Open http://127.0.0.1:8000.

GitHub Pages: pushes to main that touch docs/ or mkdocs.yml publish here. Actions → DocsRun workflow republishes without a docs change.