Nodes/ComfyUI-dapaoAPI/📦10漫剧提示词交付@炮老师的小课堂
ComfyUI Node

📦10漫剧提示词交付@炮老师的小课堂

The output node that hands you prompt lists, a JSON manifest and a delivery receipt — for free

By paolaoshi·Created 10 months ago·Updated a day ago· 226
📦10漫剧提示词交付@炮老师的小课堂
  • 📦 上游资料
  • 🧩 资产图片提示词列表
  • 🧩 关键帧图片提示词列表
  • 🧩 视频提示词列表
  • 📋 提示词清单JSON
  • 📚 五文档合订文本
  • ✅ 交付检查
📦 交付范围

After the LLM stages have drafted your script, visual setting, storyboard, image prompts and video prompts, DapaoDramaDeliver (advanced node 10) is the exit door. It's a purely local, zero-API node that collects everything the episode produced and hands it to you in the forms your generation tools actually want: three prompt lists, a structured JSON manifest, the combined documents, and a delivery-check report. It's also an output node, so it shows a preview in the UI and lets you download the manifest as JSON.

What comes out

Six outputs, and they're worth knowing by heart because this is the socket row your whole workflow empties into:

  • 🧩 资产图片提示词列表 / 🧩 关键帧图片提示词列表 / 🧩 视频提示词列表 - the complete IMG-, SHOT-keyframe- and MOTION-prompt lists, each element one full copy-paste prompt in shot order.
  • 📋 提示词清单JSON - a structured manifest where every entry carries its kind, entry ID, full prompt, references (挂图/PLAN info) and duration. This is the machine-readable export; wire it to a text saver or feed it to whatever automation runs your image/video jobs.
  • 📚 五文档合订文本 - the script, visual setting, storyboard, image prompts and video prompts joined into one readable document (plus review, if one exists).
  • ✅ 交付检查 - a report stating counts ("X asset prompts, Y keyframes, Z video prompts") and confirming the checks passed. If anything is stale or structurally broken, it refuses and tells you which node to fix - because delivering a prompt that references a deleted IMG asset is how you get garbage renders.

The input that matters

📦 交付范围 - deliver everything, or scope to just 资产图片 (asset images), 分镜关键帧 (keyframes), or 视频提示词 (video prompts). Useful when you only need one branch right now, or when you're doing a static 漫剧 that never had a video stage.

How it works

Read-only extraction: it clones the bundle, re-validates that every prompt doc is current and passes the structural checks, extracts the complete prompts, and builds the manifest. If a video prompt's reference bindings drifted from the storyboard, it repairs the binding list locally (never the motion prose) and tells you. No network, no key, no LLM - the only cost of running this node is zero, which makes it the cheapest node in the pack to hammer as often as you like.

Installing and gotchas

Pack install: Manager → "dapaoAPI", or clone into custom_nodes, restart, Ctrl+F5. Nothing to download.

Two things that bite people. First, the output lists and the manifest are in the same order, and both respect the scope you picked - don't wire the scoped "asset-only" mode to the full manifest and expect matching indices. Second, the delivery check is the wall between you and garbage: a bad upstream doc makes this node throw rather than quietly pass through broken prompts. That's a feature - fix the owning stage and re-run it. The guided DapaoDramaFinish node (compact 03) wraps this same delivery logic plus the storyboard/video generation, and adds selected-subset outputs and duration lists for feeding video models directly; this advanced node is for when you've already run the chain stage-by-stage and just want the handoff.

Category🤖dapaoAPI/🐠漫剧一站式专用🐠/🧰高级分步(原11节点)

Inputs (2)

NameTypeDefaultDescription
📦 上游资料DAPAO_DRAMA_BUNDLE
📦 交付范围COMBO4 options: 全部现有提示词, 资产图片, 分镜关键帧, 视频提示词

Outputs (6)

NameTypeDescription
🧩 资产图片提示词列表STRING
🧩 关键帧图片提示词列表STRING
🧩 视频提示词列表STRING
📋 提示词清单JSONSTRING
📚 五文档合订文本STRING
✅ 交付检查STRING