update DB

This commit is contained in:
Dr.Lt.Data 2025-05-09 08:04:39 +09:00
parent 8359e1063e
commit 8e7ba18e05
6 changed files with 267 additions and 31 deletions

View File

@ -19276,6 +19276,16 @@
"install_type": "git-clone",
"description": "Make AudioX avialbe in ComfyUI."
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-Muyan-TTS",
"reference": "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS"
],
"install_type": "git-clone",
"description": "Make Muyan-TTS avialbe in ComfyUI."
},
{
"author": "Starnodes2024",
"title": "ComfyUI_StarNodes",
@ -25148,6 +25158,46 @@
"install_type": "git-clone",
"description": "This node allows downloading models and other resources used within a ComfyUI workflow making it easier to resolve referenced assets and share workflows"
},
{
"author": "Njbx",
"title": "ComfyUI-LTX13B-Blockswap",
"reference": "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap",
"files": [
"https://github.com/Njbx/ComfyUI-LTX13B-Blockswap"
],
"install_type": "git-clone",
"description": "ComfyUI-LTX13B-Blockswap This is a simple LTX block swap node for ComfyUI native nodes for 13B model, works by swapping upto 47 blocks to the CPU to reduce VRAM."
},
{
"author": "AIExplorer25",
"title": "ComfyUI_ChatGptHelper",
"reference": "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper",
"files": [
"https://github.com/AIExplorer25/ComfyUI_ChatGptHelper"
],
"install_type": "git-clone",
"description": "ComfyUI ChatGPT Helper ComfyUI ChatGPT Helper is a custom node extension for ComfyUI that integrates OpenAI's ChatGPT capabilities directly into your ComfyUI workflows. This tool allows for dynamic prompt generation, automated text manipulation, and enhanced interactivity within your AI image generation processes."
},
{
"author": "yichengup",
"title": "comfyui-face-liquify",
"reference": "https://github.com/yichengup/comfyui-face-liquify",
"files": [
"https://github.com/yichengup/comfyui-face-liquify"
],
"install_type": "git-clone",
"description": "video face liquefaction"
},
{
"author": "IIs-fanta",
"title": "ComfyUI-SnakeGameNode",
"reference": "https://github.com/IIs-fanta/ComfyUI-SnakeGameNode",
"files": [
"https://github.com/IIs-fanta/ComfyUI-SnakeGameNode"
],
"install_type": "git-clone",
"description": "This is a top-tier Snake game node developed for ComfyUI. It lets you play a mini Snake game within the ComfyUI workflow, so you wont get bored while waiting for image generation (or slacking off at work). Playing is not allowed by Han Cheng."
},

View File

@ -638,6 +638,14 @@
"title_aux": "ComfyUI_AutoDownloadModels"
}
],
"https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": [
[
"ChatGptHelper"
],
{
"title_aux": "ComfyUI_ChatGptHelper"
}
],
"https://github.com/AIFSH/AniTalker-ComfyUI": [
[
"AniTalkerNode",
@ -5288,8 +5296,14 @@
"IG MotionPredictor",
"IG Multiply",
"IG Path Join",
"IG PointCloud From Cylindrical",
"IG PointCloud From Depth",
"IG Save PLY PointCloud",
"IG Stitch Depth Tiles",
"IG Stitch Images CV2",
"IG String",
"IG String List",
"IG Tile Image",
"IG ZFill",
"SM Video Base",
"SM Video Base Control"
@ -5315,6 +5329,14 @@
"title_aux": "IG-Motion-Search"
}
],
"https://github.com/IIs-fanta/ComfyUI-SnakeGameNode": [
[
"SnakeGameNode"
],
{
"title_aux": "ComfyUI-SnakeGameNode"
}
],
"https://github.com/ITurchenko/ComfyUI-SizeFromArray": [
[
"SizeFromArray"
@ -8096,6 +8118,14 @@
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": [
[
"LTXBlockswap"
],
{
"title_aux": "ComfyUI-LTX13B-Blockswap"
}
],
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": [
[
"AnimeSegmentation",
@ -12727,6 +12757,19 @@
"title_aux": "ComfyUI-LiveCC"
}
],
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": [
[
"Generate",
"InputText",
"LoadMuyanTTSModel",
"LoadRefAudio",
"PromptText",
"SaveMuyanTTSAudio"
],
{
"title_aux": "ComfyUI-Muyan-TTS"
}
],
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [
[
"Long Text Generation",
@ -28819,19 +28862,6 @@
"title_aux": "ComfyUI-MistralAI-API"
}
],
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
[
"ComfyUIToNovelAIV4",
"ComfyUIToOldNAI",
"NovelAIV4ToComfyUI",
"NovelAIV4ToOldNAI",
"OldNAIToComfyUI",
"OldNAIToNovelAIV4"
],
{
"title_aux": "ComfyUI NAI Prompt Converter"
}
],
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": [
[
"SALVTON_Apply",
@ -33432,6 +33462,14 @@
"title_aux": "Comfyui_Redux_Advanced"
}
],
"https://github.com/yichengup/comfyui-face-liquify": [
[
"FaceLiquifyNode"
],
{
"title_aux": "comfyui-face-liquify"
}
],
"https://github.com/yiwangsimple/ComfyUI_DW_Chat": [
[
"DeepSeekChatNode",

View File

@ -214,6 +214,11 @@
"last_update": "2025-04-05 22:05:47",
"author_account_age_days": 3785
},
"https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": {
"stars": 0,
"last_update": "2025-05-07 20:08:59",
"author_account_age_days": 3785
},
"https://github.com/AIFSH/AniTalker-ComfyUI": {
"stars": 5,
"last_update": "2024-08-06 03:08:44",
@ -1929,6 +1934,11 @@
"last_update": "2025-01-13 09:37:08",
"author_account_age_days": 5799
},
"https://github.com/IIs-fanta/ComfyUI-SnakeGameNode": {
"stars": 0,
"last_update": "2025-05-08 09:16:46",
"author_account_age_days": 642
},
"https://github.com/ITurchenko/ComfyUI-SizeFromArray": {
"stars": 0,
"last_update": "2024-08-01 08:45:43",
@ -2909,6 +2919,11 @@
"last_update": "2024-05-22 21:30:40",
"author_account_age_days": 1360
},
"https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": {
"stars": 1,
"last_update": "2025-05-07 18:47:45",
"author_account_age_days": 1522
},
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": {
"stars": 16,
"last_update": "2024-05-22 23:15:37",
@ -4404,6 +4419,11 @@
"last_update": "2025-04-25 08:12:12",
"author_account_age_days": 1758
},
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": {
"stars": 1,
"last_update": "2025-05-08 08:21:24",
"author_account_age_days": 1758
},
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": {
"stars": 5,
"last_update": "2025-03-24 02:47:23",
@ -9774,11 +9794,6 @@
"last_update": "2025-04-07 17:34:06",
"author_account_age_days": 137
},
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": {
"stars": 2,
"last_update": "2025-04-20 10:16:11",
"author_account_age_days": 352
},
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": {
"stars": 86,
"last_update": "2024-08-26 09:52:06",
@ -11564,6 +11579,11 @@
"last_update": "2025-04-10 18:36:47",
"author_account_age_days": 443
},
"https://github.com/yichengup/comfyui-face-liquify": {
"stars": 1,
"last_update": "2025-05-08 17:59:05",
"author_account_age_days": 443
},
"https://github.com/yiwangsimple/ComfyUI_DW_Chat": {
"stars": 87,
"last_update": "2025-02-06 03:34:59",

View File

@ -12,6 +12,46 @@
{
"author": "George0726",
"title": "ComfyUI-video-accessory [WIP]",
"reference": "https://github.com/George0726/ComfyUI-video-accessory",
"files": [
"https://github.com/George0726/ComfyUI-video-accessory"
],
"install_type": "git-clone",
"description": "accessory nodes for video generation"
},
{
"author": "bheins",
"title": "ComfyUI-glb-to-stl [WIP]",
"reference": "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes",
"files": [
"https://github.com/maurorilla/ComfyUI-MisterMR-Nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that add drawing capabilities to your workflow.\nNOTE: The files in the repo are not organized."
},
{
"author": "TheJorseman",
"title": "IntrinsicCompositingClean-ComfyUI",
"reference": "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI",
"files": [
"https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI"
],
"install_type": "git-clone",
"description": "NODES: DepthModelLoader, NormalsModelLoader, IntrinsicModelLoader, AlbedoModelLoader, ReshadingModelLoader, ReshadingProcessor, ...\nNOTE: The files in the repo are not organized."
},
{
"author": "bheins",
"title": "ComfyUI-glb-to-stl [WIP]",
"reference": "https://github.com/bheins/ComfyUI-glb-to-stl",
"files": [
"https://github.com/bheins/ComfyUI-glb-to-stl"
],
"install_type": "git-clone",
"description": "GLB conversion to STL node for ComfyUI\nNOTE: The files in the repo are not organized."
},
{
"author": "cyberhirsch",
"title": "seb_nodes [WIP]",

View File

@ -10,6 +10,56 @@
{
"author": "yichengup",
"title": "comfyui-face-liquify",
"reference": "https://github.com/yichengup/comfyui-face-liquify",
"files": [
"https://github.com/yichengup/comfyui-face-liquify"
],
"install_type": "git-clone",
"description": "video face liquefaction"
},
{
"author": "Njbx",
"title": "ComfyUI-LTX13B-Blockswap",
"reference": "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap",
"files": [
"https://github.com/Njbx/ComfyUI-LTX13B-Blockswap"
],
"install_type": "git-clone",
"description": "ComfyUI-LTX13B-Blockswap This is a simple LTX block swap node for ComfyUI native nodes for 13B model, works by swapping upto 47 blocks to the CPU to reduce VRAM."
},
{
"author": "AIExplorer25",
"title": "ComfyUI_ChatGptHelper",
"reference": "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper",
"files": [
"https://github.com/AIExplorer25/ComfyUI_ChatGptHelper"
],
"install_type": "git-clone",
"description": "ComfyUI ChatGPT Helper ComfyUI ChatGPT Helper is a custom node extension for ComfyUI that integrates OpenAI's ChatGPT capabilities directly into your ComfyUI workflows. This tool allows for dynamic prompt generation, automated text manipulation, and enhanced interactivity within your AI image generation processes."
},
{
"author": "IIs-fanta",
"title": "ComfyUI-SnakeGameNode",
"reference": "https://github.com/IIs-fanta/ComfyUI-SnakeGameNode",
"files": [
"https://github.com/IIs-fanta/ComfyUI-SnakeGameNode"
],
"install_type": "git-clone",
"description": "This is a top-tier Snake game node developed for ComfyUI. It lets you play a mini Snake game within the ComfyUI workflow, so you wont get bored while waiting for image generation (or slacking off at work). Playing is not allowed by Han Cheng."
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-Muyan-TTS",
"reference": "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS"
],
"install_type": "git-clone",
"description": "Make Muyan-TTS avialbe in ComfyUI."
},
{
"author": "wakattac",
"title": "ComfyUI-AbstractImaGen",

View File

@ -638,6 +638,14 @@
"title_aux": "ComfyUI_AutoDownloadModels"
}
],
"https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": [
[
"ChatGptHelper"
],
{
"title_aux": "ComfyUI_ChatGptHelper"
}
],
"https://github.com/AIFSH/AniTalker-ComfyUI": [
[
"AniTalkerNode",
@ -5288,8 +5296,14 @@
"IG MotionPredictor",
"IG Multiply",
"IG Path Join",
"IG PointCloud From Cylindrical",
"IG PointCloud From Depth",
"IG Save PLY PointCloud",
"IG Stitch Depth Tiles",
"IG Stitch Images CV2",
"IG String",
"IG String List",
"IG Tile Image",
"IG ZFill",
"SM Video Base",
"SM Video Base Control"
@ -5315,6 +5329,14 @@
"title_aux": "IG-Motion-Search"
}
],
"https://github.com/IIs-fanta/ComfyUI-SnakeGameNode": [
[
"SnakeGameNode"
],
{
"title_aux": "ComfyUI-SnakeGameNode"
}
],
"https://github.com/ITurchenko/ComfyUI-SizeFromArray": [
[
"SizeFromArray"
@ -8096,6 +8118,14 @@
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": [
[
"LTXBlockswap"
],
{
"title_aux": "ComfyUI-LTX13B-Blockswap"
}
],
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": [
[
"AnimeSegmentation",
@ -12727,6 +12757,19 @@
"title_aux": "ComfyUI-LiveCC"
}
],
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": [
[
"Generate",
"InputText",
"LoadMuyanTTSModel",
"LoadRefAudio",
"PromptText",
"SaveMuyanTTSAudio"
],
{
"title_aux": "ComfyUI-Muyan-TTS"
}
],
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [
[
"Long Text Generation",
@ -28819,19 +28862,6 @@
"title_aux": "ComfyUI-MistralAI-API"
}
],
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
[
"ComfyUIToNovelAIV4",
"ComfyUIToOldNAI",
"NovelAIV4ToComfyUI",
"NovelAIV4ToOldNAI",
"OldNAIToComfyUI",
"OldNAIToNovelAIV4"
],
{
"title_aux": "ComfyUI NAI Prompt Converter"
}
],
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": [
[
"SALVTON_Apply",
@ -33432,6 +33462,14 @@
"title_aux": "Comfyui_Redux_Advanced"
}
],
"https://github.com/yichengup/comfyui-face-liquify": [
[
"FaceLiquifyNode"
],
{
"title_aux": "comfyui-face-liquify"
}
],
"https://github.com/yiwangsimple/ComfyUI_DW_Chat": [
[
"DeepSeekChatNode",