ComfyUI_LatentSync 是一个对 LatentSync 的comfy ui自定义节点封装.
- 调整了符合comfy ui规则的统一模型存放位置.
- 独立了模型加载节点, 符合comfy ui节点运行缓存规则, 在运行中无需重复加载. 之前有大佬做的 ComfyUI-LatentSyncWrapper ,每次运行就会清掉模型,再次运行会重新加载.
- 添加了insight face连线, 现在你可以使用现有的insight face节点,而无需再重复下载下载冗余的insight face模型了.
- cd ComfyUI/custom_nodes/
- git clone https://github.com/HJH-AILab/ComfyUI_LatentSync.git
- cd ComfyUI_LatentSync
- 安装LatentSync依赖
- 配置 ComfyUI/extra_model_paths.yaml
comfyui: LatentSync: <your_latentsync_models_path>
- 下载模型到<your_latentsync_models_path>目录下