diff --git a/custom-node-list.json b/custom-node-list.json index 30459d3b..404ceb38 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5402,6 +5402,17 @@ "install_type": "git-clone", "description": "This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to provide detailed segmantation of face. To improve face segmantation accuracy, [a/yolov8 face model](https://huggingface.co/Bingsu/adetailer/) is used to first extract face from an image. There are also auxiliary nodes for image and mask processing. A guided filter is also provided for skin smoothing." }, + { + "author": "Ryuukeisyou", + "title": "ComfyUI-SyncTalk", + "id": "synctalk", + "reference": "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk", + "files": [ + "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk" + ], + "install_type": "git-clone", + "description": "ComfyUI implemntation for [a/SyncTalk](https://github.com/ZiqiaoPeng/SyncTalk)" + }, { "author": "tocubed", "title": "ComfyUI-AudioReactor", diff --git a/extension-node-map.json b/extension-node-map.json index 46eb23ec..0ca00f25 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -10136,8 +10136,8 @@ ], "https://github.com/doomy23/ComfyUI-D00MYsNodes": [ [ - "Images_to_PNG", - "Show_String" + "Images_Converter|D00MYs", + "Show_String|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes" @@ -15881,6 +15881,8 @@ "ParticleEmissionMask", "ParticleEmitter", "PulsatingParticleSystemMask", + "SpringJointSetting", + "StaticBody", "TextMaskNode", "Vortex", "_mfc" diff --git a/github-stats.json b/github-stats.json index a43bc2a6..6e106ccc 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1604,6 +1604,11 @@ "last_update": "2024-06-28 19:36:30", "author_account_age_days": 982 }, + "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { + "stars": 0, + "last_update": "2024-08-16 15:59:01", + "author_account_age_days": 2466 + }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 75, "last_update": "2024-07-30 15:32:44", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8accf602..226e13d3 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -20,6 +20,17 @@ "install_type": "git-clone", "description": "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)" }, + { + "author": "Ryuukeisyou", + "title": "ComfyUI-SyncTalk", + "id": "synctalk", + "reference": "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk", + "files": [ + "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk" + ], + "install_type": "git-clone", + "description": "ComfyUI implemntation for [a/SyncTalk](https://github.com/ZiqiaoPeng/SyncTalk)" + }, { "author": "aiXander", "title": "Eden.art LoRa Trainer", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 46eb23ec..0ca00f25 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -10136,8 +10136,8 @@ ], "https://github.com/doomy23/ComfyUI-D00MYsNodes": [ [ - "Images_to_PNG", - "Show_String" + "Images_Converter|D00MYs", + "Show_String|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes" @@ -15881,6 +15881,8 @@ "ParticleEmissionMask", "ParticleEmitter", "PulsatingParticleSystemMask", + "SpringJointSetting", + "StaticBody", "TextMaskNode", "Vortex", "_mfc"