Browse Source

update DB

pull/694/head
Dr.Lt.Data 6 months ago
parent
commit
0b7a98de70
  1. 29
      custom-node-list.json
  2. 8
      extension-node-map.json
  3. 4
      github-stats.json
  4. 21
      node_db/new/custom-node-list.json
  5. 8
      node_db/new/extension-node-map.json

29
custom-node-list.json

@ -8166,13 +8166,25 @@
}, },
{ {
"author": "aburahamu", "author": "aburahamu",
"title": "ComfyUI-RequestsPoster", "title": "ComfyUI-RequestPoster",
"id": "request-poster",
"reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster", "reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster",
"files": [ "files": [
"https://github.com/aburahamu/ComfyUI-RequestsPoster" "https://github.com/aburahamu/ComfyUI-RequestsPoster"
], ],
"install_type": "git-clone", "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", "author": "Sorcerio",
@ -8400,17 +8412,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node was designed to help with checkpoint configuration." "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", "author": "MinusZoneAI",
"title": "ComfyUI-Prompt-MZ", "title": "ComfyUI-Prompt-MZ",
@ -9081,6 +9082,8 @@
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

8
extension-node-map.json

@ -4950,6 +4950,14 @@
"title_aux": "ComfyUI-AudioScheduler" "title_aux": "ComfyUI-AudioScheduler"
} }
], ],
"https://github.com/aburahamu/ComfyUI-IsNiceParts": [
[
"NiceHand"
],
{
"title_aux": "ComfyUI-IsNiceParts"
}
],
"https://github.com/aburahamu/ComfyUI-RequestsPoster": [ "https://github.com/aburahamu/ComfyUI-RequestsPoster": [
[ [
"GetImageFromSD3byI2I", "GetImageFromSD3byI2I",

4
github-stats.json

@ -1183,6 +1183,10 @@
"stars": 86, "stars": 86,
"last_update": "2024-05-06 16:53:15" "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": { "https://github.com/aburahamu/ComfyUI-RequestsPoster": {
"stars": 2, "stars": 2,
"last_update": "2024-04-21 02:35:06" "last_update": "2024-04-21 02:35:06"

21
node_db/new/custom-node-list.json

@ -23,6 +23,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "BMAB for ComfyUI" "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", "author": "griptape-ai",
"title": "ComfyUI Griptape Nodes", "title": "ComfyUI Griptape Nodes",
@ -684,16 +695,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "An unofficial Python library for [a/Suno AI](https://www.suno.ai/) API" "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"
} }
] ]
} }

8
node_db/new/extension-node-map.json

@ -4950,6 +4950,14 @@
"title_aux": "ComfyUI-AudioScheduler" "title_aux": "ComfyUI-AudioScheduler"
} }
], ],
"https://github.com/aburahamu/ComfyUI-IsNiceParts": [
[
"NiceHand"
],
{
"title_aux": "ComfyUI-IsNiceParts"
}
],
"https://github.com/aburahamu/ComfyUI-RequestsPoster": [ "https://github.com/aburahamu/ComfyUI-RequestsPoster": [
[ [
"GetImageFromSD3byI2I", "GetImageFromSD3byI2I",

Loading…
Cancel
Save