update DB

This commit is contained in:
Dr.Lt.Data 2025-08-06 12:14:25 +09:00
parent 0b6cdda6f5
commit 4e6f970ee9
7 changed files with 59 additions and 0 deletions

View File

@ -10079,6 +10079,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Hunyuan3D-1-wrapper is a custom node that allows you to run [a/Tencent/Hunyuan3D-1](https://github.com/Tencent/Hunyuan3D-1) in ComfyUI as a wrapper." "description": "ComfyUI Hunyuan3D-1-wrapper is a custom node that allows you to run [a/Tencent/Hunyuan3D-1](https://github.com/Tencent/Hunyuan3D-1) in ComfyUI as a wrapper."
}, },
{
"author": "jtydhr88",
"title": "ComfyUI-OpenCut",
"reference": "https://github.com/jtydhr88/ComfyUI-OpenCut",
"files": [
"https://github.com/jtydhr88/ComfyUI-OpenCut"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin that integrated OpenCut into ComfyUI, originally developed by [a/OpenCut](https://github.com/OpenCut-app/OpenCut)"
},
{ {
"author": "SeaArtLab", "author": "SeaArtLab",
"title": "ComfyUI-Long-CLIP", "title": "ComfyUI-Long-CLIP",

View File

@ -5525,6 +5525,8 @@
], ],
"https://github.com/FortunaCournot/comfyui_stereoscopic": [ "https://github.com/FortunaCournot/comfyui_stereoscopic": [
[ [
"DecryptWatermark",
"EncryptWatermark",
"GetResolutionForVR", "GetResolutionForVR",
"ImageVRConverter" "ImageVRConverter"
], ],
@ -27187,6 +27189,14 @@
"title_aux": "ComfyUI LayerDivider" "title_aux": "ComfyUI LayerDivider"
} }
], ],
"https://github.com/jtydhr88/ComfyUI-OpenCut": [
[
"ComfyUIOpenCut"
],
{
"title_aux": "ComfyUI-OpenCut"
}
],
"https://github.com/juddisjudd/ComfyUI-BawkNodes": [ "https://github.com/juddisjudd/ComfyUI-BawkNodes": [
[ [
"BawkSampler", "BawkSampler",

View File

@ -9319,6 +9319,11 @@
"last_update": "2025-04-25 11:21:00", "last_update": "2025-04-25 11:21:00",
"author_account_age_days": 5160 "author_account_age_days": 5160
}, },
"https://github.com/jtydhr88/ComfyUI-OpenCut": {
"stars": 14,
"last_update": "2025-08-06 01:17:23",
"author_account_age_days": 5160
},
"https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": {
"stars": 34, "stars": 34,
"last_update": "2024-07-31 13:45:53", "last_update": "2024-07-31 13:45:53",

View File

@ -2327,6 +2327,7 @@
"ImageWidthStitch", "ImageWidthStitch",
"Image_Resize", "Image_Resize",
"MergeImageChannels", "MergeImageChannels",
"Prism_Mirage",
"random_any", "random_any",
"show_type", "show_type",
"timer", "timer",
@ -7540,6 +7541,14 @@
"title_aux": null "title_aux": null
} }
], ],
"https://github.com/majocola/comfyui-standbybutton": [
[
"StandbyButton"
],
{
"title_aux": "Standbybutton"
}
],
"https://github.com/majorsauce/comfyui_indieTools": [ "https://github.com/majorsauce/comfyui_indieTools": [
[ [
"IndCutByMask", "IndCutByMask",

View File

@ -2629,6 +2629,11 @@
"last_update": "2025-06-30 03:36:19", "last_update": "2025-06-30 03:36:19",
"author_account_age_days": 3477 "author_account_age_days": 3477
}, },
"https://github.com/majocola/comfyui-standbybutton": {
"stars": 0,
"last_update": "2025-08-06 00:28:10",
"author_account_age_days": 845
},
"https://github.com/majorsauce/comfyui_indieTools": { "https://github.com/majorsauce/comfyui_indieTools": {
"stars": 0, "stars": 0,
"last_update": "2024-06-25 08:59:57", "last_update": "2024-06-25 08:59:57",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "jtydhr88",
"title": "ComfyUI-OpenCut",
"reference": "https://github.com/jtydhr88/ComfyUI-OpenCut",
"files": [
"https://github.com/jtydhr88/ComfyUI-OpenCut"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin that integrated OpenCut into ComfyUI, originally developed by [a/OpenCut](https://github.com/OpenCut-app/OpenCut)"
},
{ {
"author": "snomiao", "author": "snomiao",
"title": "ComfyUI Video Crop", "title": "ComfyUI Video Crop",

View File

@ -5525,6 +5525,8 @@
], ],
"https://github.com/FortunaCournot/comfyui_stereoscopic": [ "https://github.com/FortunaCournot/comfyui_stereoscopic": [
[ [
"DecryptWatermark",
"EncryptWatermark",
"GetResolutionForVR", "GetResolutionForVR",
"ImageVRConverter" "ImageVRConverter"
], ],
@ -27187,6 +27189,14 @@
"title_aux": "ComfyUI LayerDivider" "title_aux": "ComfyUI LayerDivider"
} }
], ],
"https://github.com/jtydhr88/ComfyUI-OpenCut": [
[
"ComfyUIOpenCut"
],
{
"title_aux": "ComfyUI-OpenCut"
}
],
"https://github.com/juddisjudd/ComfyUI-BawkNodes": [ "https://github.com/juddisjudd/ComfyUI-BawkNodes": [
[ [
"BawkSampler", "BawkSampler",