diff --git a/custom-node-list.json b/custom-node-list.json index 3ca67a3a..e06cd7ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1128,6 +1128,17 @@ "install_type": "git-clone", "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu." }, + { + "author": "cubiq", + "title": "PuLID_ComfyUI", + "id": "pulid", + "reference": "https://github.com/cubiq/PuLID_ComfyUI", + "files": [ + "https://github.com/cubiq/PuLID_ComfyUI" + ], + "install_type": "git-clone", + "description": "[a/PuLID](https://github.com/ToTheBeginning/PuLID) ComfyUI native implementation." + }, { "author": "shockz0rz", "title": "InterpolateEverything", diff --git a/extension-node-map.json b/extension-node-map.json index 883876cc..346e82f8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7038,6 +7038,17 @@ "title_aux": "ComfyUI Essentials" } ], + "https://github.com/cubiq/PuLID_ComfyUI": [ + [ + "ApplyPulid", + "PulidEvaClipLoader", + "PulidInsightFaceLoader", + "PulidModelLoader" + ], + { + "title_aux": "PuLID_ComfyUI" + } + ], "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [ [ "CombinatorialDetailer", diff --git a/github-stats.json b/github-stats.json index 99c22b20..4336f652 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3214,5 +3214,9 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-08 11:08:54" + }, + "https://github.com/cubiq/PuLID_ComfyUI": { + "stars": 63, + "last_update": "2024-05-08 16:39:18" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 310d61ac..29e56b2e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "cubiq", + "title": "PuLID_ComfyUI", + "id": "pulid", + "reference": "https://github.com/cubiq/PuLID_ComfyUI", + "files": [ + "https://github.com/cubiq/PuLID_ComfyUI" + ], + "install_type": "git-clone", + "description": "[a/PuLID](https://github.com/ToTheBeginning/PuLID) ComfyUI native implementation." + }, { "author": "smthemex", "title": "ComfyUI_Llama3_8B", @@ -678,56 +689,6 @@ ], "install_type": "git-clone", "description": "the comfyui custom node of [a/MuseTalk](https://github.com/TMElyralab/MuseTalk) to make audio driven videos!" - }, - { - "author": "heshengtao", - "title": "comfyui_LLM_party", - "reference": "https://github.com/heshengtao/comfyui_LLM_party", - "files": [ - "https://github.com/heshengtao/comfyui_LLM_party" - ], - "install_type": "git-clone", - "description": "A set of block-based LLM agent node libraries designed for ComfyUI.This project aims to develop a complete set of nodes for LLM workflow construction based on comfyui. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing SD workflows." - }, - { - "author": "FrankChieng", - "title": "ComfyUI_MagicClothing", - "reference": "https://github.com/frankchieng/ComfyUI_MagicClothing", - "files": [ - "https://github.com/frankchieng/ComfyUI_MagicClothing" - ], - "install_type": "git-clone", - "description": "implementation of MagicClothing with garment and prompt in ComfyUI" - }, - { - "author": "VAST-AI-Research", - "title": "Tripo for ComfyUI", - "reference": "https://github.com/VAST-AI-Research/ComfyUI-Tripo", - "files": [ - "https://github.com/VAST-AI-Research/ComfyUI-Tripo" - ], - "install_type": "git-clone", - "description": "Custom nodes for using [a/Tripo](https://www.tripo3d.ai/) in ComfyUI to create 3D from text and image prompts." - }, - { - "author": "AonekoSS", - "title": "ComfyUI-SimpleCounter", - "reference": "https://github.com/xliry/ComfyUI_SendDiscord", - "files": [ - "https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py" - ], - "install_type": "copy", - "description": "Nodes:Send Video to Discor" - }, - { - "author": "AonekoSS", - "title": "ComfyUI-SimpleCounter", - "reference": "https://github.com/AonekoSS/ComfyUI-SimpleCounter", - "files": [ - "https://github.com/AonekoSS/ComfyUI-SimpleCounter" - ], - "install_type": "git-clone", - "description": "Nodes:Simple Counter" } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 883876cc..346e82f8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -7038,6 +7038,17 @@ "title_aux": "ComfyUI Essentials" } ], + "https://github.com/cubiq/PuLID_ComfyUI": [ + [ + "ApplyPulid", + "PulidEvaClipLoader", + "PulidInsightFaceLoader", + "PulidModelLoader" + ], + { + "title_aux": "PuLID_ComfyUI" + } + ], "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [ [ "CombinatorialDetailer",