← ClaudeAtlas

manga-stage-2-panelslisted

AI 漫剧 Stage 2 — 分镜面板自动生成。锁定 AnimaStandardV7 工作流,仅修改 prompt + LoRA 配置,自动生成 PNG 面板。可选 IP-Adapter / ControlNet 增强(v2.0)。Also load chenxin-core first for VRAM/recipe context.
cxin21/comfyui-chenxin · ★ 0 · AI & Automation · score 76
Install: claude install-skill cxin21/comfyui-chenxin
# Manga Stage 2 — 分镜面板生成 (v2.1, ported) > **Plugin path**: `skills/manga-stage-2-panels/SKILL.md` > **Upstream**: L5 application skill. Load `chenxin-core` (L4) first for VRAM/recipe context > before wiring the AnimaStandardV7 workflow — `chenxin-core/SKILL.md` step 7 routes here. ## 1. 任务 Stage 2 接受 Stage 0(项目骨架)和 Stage 1(LoRA 训练)的产出,**自动**完成: 1. 从 synopsis + character/scene 描述推断出 `01_plan.md` 镜头表 2. 用 **AnimaStandardV7.json** 工作流逐镜生成 PNG(仅修改 prompt + LoRA) 3. 自动调 manga-stage-3-review 内部 6 维算法 skill **6 维**评分(v2 起与 Stage 3 对齐) 4. 落盘到 `04_outputs/01_panels/` 和 `03_storyboard/02_panels/` 5. 维护 `manifest.json` 和 `pipeline_state.json` **核心约束**: - 工作流锁定为 `AnimaStandardV7.json`(73 节点),**不允许使用其他工作流** - 仅允许修改 2 个节点的 widget:节点 3 (positive prompt) 和节点 4 (negative prompt) - 禁止新增/删除节点 - 修改前备份,执行后恢复(遵循 `_shared/workflow_config_guard.md`) **v2.0 角色一致性增强**(可选): - **默认**:B1 LoRA only(已有 3 个固定 LoRA) - **可选 [PACK-CANDIDATE]**:叠加 IP-Adapter(`comfyui-anima-ipadapter` 不在 plugin ship 范围,需 `scripts/install.sh --with-anima-ipadapter` 选装)+ face attention(v2 提示,可在 metadata 标注启用但不默认打开) - **P1.2 PhotoMaker V2**:单图 ID 嵌入替代 LoRA 训练(秒级,1 张参考图即可) ### PhotoMaker V2 替代/补充路径(v2.0 + P1.2) | 路径 | 适用场景 | 训练成本 | |------|---------|---------| | **B1 LoRA only**(默认) | 多 panel 角色一致性 + 稳定 | 训 LoRA 1-2h | | **B1 + IP-Adapter face** | 多 panel + 面部精确锁定 | 训 LoRA + IP-Adapter 推理 | | **P1 PhotoMaker V2**(P1.2 新加) | **单 panel + 1 张参考图即可**,无需 LoRA 训练 | 0 训练,秒级 | PhotoMaker V2 触发条件: - 用户说"用 1 张照片生成 LoRA"/"no LoRA 训练" -