#215 · Primary category: Video & Animation

forge-film

ai ai-cinematography ai-filmmaking ai-video-generation cpm critical-path-method dag generative-ai gradio llm-workflow multi-modal open-source-video text-to-video video-ai video-generation workflow-automation

Multi-model DAG-driven parallel AI film generation — parallel speedup scales with scene independence; Generate film scenes simultaneously instead of one by one; "把影视生成的执行图从拓扑序变成关键路径最优调度" ; 唯一把场景叙事依赖建模为 DAG、以 CPM 算法驱动并行调度的影视生成引擎

Project last updated:03/26/26

GitHub Stars

536

Forks

12

Contributors

1

License

MIT

Why we included this project

Anyone who has stitched together a multi-scene AI film knows the grind: logging into separate services, pulling frames, matching colors between models, then assembling the cut. Forge takes a plain story text, compiles it into a scene dependency graph, and uses Critical Path Method scheduling to run independent scenes in parallel across different video backends. When a scene switches models, it carries over the previous scene's last frame, applies histogram color matching, and feeds that as an image-to-video seed, so the final.mp4 doesn't have jarring cuts. The pipeline is configurable through forge.yaml, includes a mock backend for testing without API keys, and offers both a Gradio web UI and a Python API for embedding into larger workflows. That makes it a practical fit for teams producing narrative shorts, ads, or any story-driven video content.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category