← ClaudeAtlas

manga-stage-4-motionlisted

AI 漫剧 Stage 4 — 视频生成(含说话场景)。主路锁定 ltx23AllInOneWorkflowForRTX_v44 工作流,统一处理所有视频:微动作、说话、环境音。备选 I2V_InfiniteTalk_Wan21(唇型驱动)。Also load chenxin-core first for VRAM/recipe context.
cxin21/comfyui-chenxin · ★ 0 · AI & Automation · score 78
Install: claude install-skill cxin21/comfyui-chenxin
# Manga Stage 4 — 视频生成(含说话场景)v3.1, ported > **Plugin path**: `skills/manga-stage-4-motion/SKILL.md` > **Upstream**: L5 application skill. Load `chenxin-core` (L4) first for VRAM/recipe context > before wiring the LTX workflow — `chenxin-core/SKILL.md` step 7 routes here for stage 4. ## 1. 概述 Stage 4 是**统一的视频生成阶段**,接受 Stage 3 审查通过的 PNG 面板,用 **ltx23AllInOneWorkflowForRTX_v44.json** 生成带音频的视频。 覆盖所有视频场景: - **微动作**:环境氛围、运镜、动作 - **说话场景**:嘴型动作、表情、台词时序 - **纯氛围**:空镜、转场、环境音 **已合并原 Stage 5(说话头部)**,不再有独立的唇型同步阶段。 **v3.0 新增**:备选 `I2V_InfiniteTalk_Wan21.json` 工作流(Wan2.1-InfiniteTalk + wav2vec)作为专业唇型同步选项,仅当用户指定 `--lip-sync` 或 prompt 标记说话场景且 `stage4_scene_type=speaking` 且主路效果差时启用。 ## 2. 端到端流程 ``` Stage 3 verified panels → 判断场景类型(normal / speaking) → 构造对应 prompt(prompt-forge §14) → upload_image → modify 5 个白节点 → enqueue → get_image → scene_NN.mp4(含音频) (v3.0 备选: speaking 场景 + --lip-sync → 用 I2V_InfiniteTalk_Wan21 + 用户音频) ``` ## 3. 工作流配置 ### 3.1 主路工作流:`ltx23AllInOneWorkflowForRTX_v44.json`(78 节点) 详见 `_shared/workflow_resolver.md` §3。 | 节点 ID | class_type | widget | 用途 | |---------|-----------|--------|------| | **121** | `CLIPTextEncode` "positive" | `text` | 正向提示词 | | **593** | `CLIPTextEncode` "negative" | `text` | 反向提示词 | | **149** | `LoadImage` "First Frame" | `image` | 首帧图片 | | **1792** | `PrimitiveInt` "Longer Edge" | `value` | 较长边分辨率(默认 2000)| | **1793** | `PrimitiveInt` "Clip Length" | `value` | 时长秒(默认 10)| ### 3.2 备选工作流:`I2V_InfiniteTalk_Wan21.json`(v3 新增,唇型同步专用) >