Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ComfyUI-AudioLoopHelper

ComfyUI-AudioLoopHelper 收录了来自 fblissjr 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
16
更新
2026-05-26
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

diagnose-workflow
软件开发工程师

Canonical first-pass when a ComfyUI-AudioLoopHelper workflow won't run or fails validation. Use when the user mentions "workflow won't run", "dependency cycle detected", "validation failed", "Failed to convert ... to INT", "control_after_generate", or describes a recent ComfyUI render that didn't get past prompt validation, or reports a loop/full-song render that is pathologically slow or re-encodes (text-encode / audio / keyframe) every iteration. Runs the canonical diagnosis (ComfyUI log tail, audit, DAG inspection, exec log review, launch-flag check for --cache-none) BEFORE any inline orjson scripting. Reference: docs/reference/debug_tools.md.

2026-05-26
compare-workflows
软件开发工程师

Structural diff of two ComfyUI workflow JSON files — node types, widget values, link topology, subgraph schemas — with noise filtered out (link IDs, node positions, ordering). Use when debugging "why does workflow A behave differently than B" or verifying a migration script produced the intended shape change.

2026-05-25
ltx-dialogue-prompt
录音工程技术员

Generate an LTX 2.3 prompt that makes a character speak SPECIFIC dialogue, formatted per the official LTX 2.3 prompt guide (short quoted segments with acting directions between, accent, acoustic environment). Use when the user wants to put words in a character's mouth for the AV inversion / one-pass / keyframe workflows (voice-cloned dubbing, dialogue replacement).

2026-05-25
apply-script-scaffold
软件开发工程师

Scaffold a new scripts/apply_*.py workflow migration script from scripts/templates/, enforcing the project's idempotence + paired-audit-check convention. Use when adding a new fix that mutates example_workflows/*.json or stages an experimental variant.

2026-05-05
validate-structural-refactor
软件开发工程师

Dispatch three parallel Explore agents to validate a structural refactor BEFORE writing changes. Use when the user proposes restructuring multiple CLAUDE.md / docs / agent / skill files (signal: ≥ 3 files, ≥ 2 different concerns), or when planning a curation pass on documentation. Cost ~30s of agent time; turns vague "compress this" into a concrete edit list and prevents premature subtree splits.

2026-05-04
audio-analyze
软件开发工程师

Analyze audio file for music video prompt scheduling. Picks the right analyzer (ffmpeg-only for quick energy/structure, librosa for BPM/key/F0/JSON-export-for-LLM), and outputs a prompt schedule template with timestamps. Also works on generated audio for diagnostic comparison.

2026-04-30
comfyui-test
软件质量保证分析师与测试员

Run the AudioLoopHelper test suite with correct uv groups, rootdir, and ComfyUI loader verification

2026-04-30
prompt-schedule
特效艺术家和动画师

Generate TimestampPromptSchedule variations from audio analysis and init_image. Follows i2v rules (present-progressive, describe changes only, singing together for multi-person, no dolly out). Outputs 3 variations (framing-only, energy-matched, lighting shifts).

2026-04-30
release-notes
软件开发工程师

Draft the next CHANGELOG.md section from commits since the last release. Reads current version from pyproject.toml and the most recent version header in CHANGELOG.md, then formats the delta in the repo's existing style (semver only, no dates, no major bumps without explicit permission). Prints the draft for user review. Does NOT write.

2026-04-30
sage-trace-summary
软件开发工程师

Aggregate the most recent sage trace (and optional matching exec log) into a per-prompt + attribution + gate-verdict report. Use after a ComfyUI generation when you want to know "where did time actually go" and "is mask kernel work justified."

2026-04-30
workflow-edit
软件开发工程师

Edit ComfyUI workflow JSON using WorkflowEditor utility. Use when modifying nodes, links, widget values, or subgraph internals in workflow files.

2026-04-30