mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 21:30:49 +08:00
update DB
This commit is contained in:
parent
9e1bcaf25a
commit
0b7a98de70
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -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…
Reference in New Issue
Block a user