diff --git a/custom-node-list.json b/custom-node-list.json index 5b0213d..2019968 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8166,13 +8166,25 @@ }, { "author": "aburahamu", - "title": "ComfyUI-RequestsPoster", + "title": "ComfyUI-RequestPoster", + "id": "request-poster", "reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster", "files": [ "https://github.com/aburahamu/ComfyUI-RequestsPoster" ], "install_type": "git-clone", - "description": "This custom node is that simply posts HttpRequest from ComfyUI." + "description": "This extension can send HTTP Requests. You can request image generation to StableDiffusion3 and post images to X (Twitter) and Discord." + }, + { + "author": "aburahamu", + "title": "ComfyUI-IsNiceParts", + "id": "isniceparts", + "reference": "https://github.com/aburahamu/ComfyUI-IsNiceParts", + "files": [ + "https://github.com/aburahamu/ComfyUI-IsNiceParts" + ], + "install_type": "git-clone", + "description": "This custom node detects body parts (currently only hands) from the received image and outputs the image if the skeleton can be estimated." }, { "author": "Sorcerio", @@ -8400,17 +8412,6 @@ "install_type": "git-clone", "description": "This node was designed to help with checkpoint configuration." }, - { - "author": "aburahamu", - "title": "ComfyUI-RequestPoster", - "id": "request-poster", - "reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster", - "files": [ - "https://github.com/aburahamu/ComfyUI-RequestsPoster" - ], - "install_type": "git-clone", - "description": "This extension can send HTTP Requests. You can request image generation to StableDiffusion3 and post images to X (Twitter) and Discord." - }, { "author": "MinusZoneAI", "title": "ComfyUI-Prompt-MZ", @@ -9081,6 +9082,8 @@ + + { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 72251f4..e228ea7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4950,6 +4950,14 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/aburahamu/ComfyUI-IsNiceParts": [ + [ + "NiceHand" + ], + { + "title_aux": "ComfyUI-IsNiceParts" + } + ], "https://github.com/aburahamu/ComfyUI-RequestsPoster": [ [ "GetImageFromSD3byI2I", diff --git a/github-stats.json b/github-stats.json index 081de1c..c333474 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1183,6 +1183,10 @@ "stars": 86, "last_update": "2024-05-06 16:53:15" }, + "https://github.com/aburahamu/ComfyUI-IsNiceParts": { + "stars": 0, + "last_update": "2024-05-18 14:25:38" + }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-04-21 02:35:06" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d948478..c77e21d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -23,6 +23,17 @@ "install_type": "git-clone", "description": "BMAB for ComfyUI" }, + { + "author": "aburahamu", + "title": "ComfyUI-IsNiceParts", + "id": "isniceparts", + "reference": "https://github.com/aburahamu/ComfyUI-IsNiceParts", + "files": [ + "https://github.com/aburahamu/ComfyUI-IsNiceParts" + ], + "install_type": "git-clone", + "description": "This custom node detects body parts (currently only hands) from the received image and outputs the image if the skeleton can be estimated." + }, { "author": "griptape-ai", "title": "ComfyUI Griptape Nodes", @@ -684,16 +695,6 @@ ], "install_type": "git-clone", "description": "An unofficial Python library for [a/Suno AI](https://www.suno.ai/) API" - }, - { - "author": "AIFSH", - "title": "ComfyUI-RVC", - "reference": "https://github.com/AIFSH/ComfyUI-RVC", - "files": [ - "https://github.com/AIFSH/ComfyUI-RVC" - ], - "install_type": "git-clone", - "description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!\nNOTE: make sure ffmpeg is worked in your commandline for Linux" } ] } \ 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 72251f4..e228ea7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4950,6 +4950,14 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/aburahamu/ComfyUI-IsNiceParts": [ + [ + "NiceHand" + ], + { + "title_aux": "ComfyUI-IsNiceParts" + } + ], "https://github.com/aburahamu/ComfyUI-RequestsPoster": [ [ "GetImageFromSD3byI2I",