brojakhoeman/prompt-forge-ld — explained in plain English
Analysis updated 2026-05-18
Write render-ready motion scripts for image-to-video generation in ComfyUI.
Write motion scripts for text-to-video generation in ComfyUI.
Stack multiple LoRA files with separate video and audio strength controls.
Keep dialogue and continuity consistent across multiple generated video clips.
| brojakhoeman/prompt-forge-ld | aarav90-cpu/fetchit | adammartinez271828/x4-analysis | |
|---|---|---|---|
| Stars | 10 | 10 | 10 |
| Language | Python | Python | Python |
| Setup difficulty | hard | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | vibe coder | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires running a separate local language model server (LM Studio or llama.cpp) with enough VRAM to load it.
PromptForge LD is a custom node pack for ComfyUI, the visual tool many people use to build AI image and video generation workflows. It focuses on writing shot scripts for LTX Video, a model used to turn images or text into short video clips. Instead of typing one line of instructions into a plain text box, this pack gives you a full panel for writing motion scripts: body movement the model can actually render, dialogue that stays readable, continuity between clips, and optional accents or styles you can turn on when you want them. The goal stated by the author is simple: better generated scripts, fewer broken frames, and less back and forth fighting with the model to get a usable result. The pack has three parts. PromptForge LD is the main writing panel where you generate or refine a script. PromptForge Unpack takes that result and splits it into the separate pieces a video workflow needs: image, positive prompt, negative prompt, width, and height. LoraForge LD is a third node for stacking multiple LoRA files, which are small add-on files that adjust how a model behaves, with separate strength controls for video and audio. To use it, you install the node into ComfyUI's custom_nodes folder and restart. The node itself does not include any AI model. You need to run a language model separately, either through LM Studio, a beginner-friendly app with its own interface, or through llama.cpp's llama-server for people who want a standalone server with more control. Once that local model server is running, you point PromptForge LD at its address and paste in the model's name so the two can talk to each other. The author is upfront that this is a personal project shared publicly, built for their own use first. The README stays family-friendly, though the node itself is described as a general-purpose script writer where the subject matter is left up to the person using it.
A ComfyUI node pack that writes detailed motion scripts for AI-generated video, using your own local language model.
Mainly Python. The stack also includes Python, ComfyUI, LM Studio.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.