update DB

This commit is contained in:
Dr.Lt.Data 2025-11-07 12:37:02 +09:00
parent 461d5e72fe
commit 0fcdcc93a2
7 changed files with 1976 additions and 1890 deletions

View File

@ -34365,6 +34365,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Advanced Text Overlay Node for ComfyUI featuring rebuilt rendering logic, precise alignment, custom fonts, and extended styling controls." "description": "Advanced Text Overlay Node for ComfyUI featuring rebuilt rendering logic, precise alignment, custom fonts, and extended styling controls."
}, },
{
"author": "scofano",
"title": "Simple Video Effects",
"reference": "https://github.com/scofano/ComfyUI-Simple-video-effects",
"files": [
"https://github.com/scofano/ComfyUI-Simple-video-effects"
],
"install_type": "git-clone",
"description": "Nodes for Video effects. Zoom In/Out - new features soon."
},
{ {
"author": "voxta-ai", "author": "voxta-ai",
"title": "Voxta ComfyUI Nodes", "title": "Voxta ComfyUI Nodes",

View File

@ -2607,6 +2607,7 @@
"AGSoft_Loop_Images", "AGSoft_Loop_Images",
"AGSoft_Loop_Integer", "AGSoft_Loop_Integer",
"AGSoft_Loop_Random_Seed", "AGSoft_Loop_Random_Seed",
"AGSoft_Loop_Samplers",
"AGSoft_Loop_Texts", "AGSoft_Loop_Texts",
"AGSoft_Mask_Blur", "AGSoft_Mask_Blur",
"AGSoft_Mask_Composite", "AGSoft_Mask_Composite",
@ -19462,11 +19463,11 @@
"https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [
[ [
"ArchAi3D_Average_Color", "ArchAi3D_Average_Color",
"ArchAi3D_Cinematography_Prompt_Builder",
"ArchAi3D_Clean_Room_Prompt", "ArchAi3D_Clean_Room_Prompt",
"ArchAi3D_Color_Correction_Advanced", "ArchAi3D_Color_Correction_Advanced",
"ArchAi3D_Color_Correction_BT709", "ArchAi3D_Color_Correction_BT709",
"ArchAi3D_GRAG_Modifier", "ArchAi3D_GRAG_Modifier",
"ArchAi3D_GRAG_Sampler",
"ArchAi3D_Mask_Crop_Rotate", "ArchAi3D_Mask_Crop_Rotate",
"ArchAi3D_Mask_To_Position_Guide", "ArchAi3D_Mask_To_Position_Guide",
"ArchAi3D_Object_Focus_Camera", "ArchAi3D_Object_Focus_Camera",
@ -27880,6 +27881,7 @@
], ],
"https://github.com/gitcapoom/comfyui_fovestimator": [ "https://github.com/gitcapoom/comfyui_fovestimator": [
[ [
"DepthFOVEstimator",
"FOVEstimator" "FOVEstimator"
], ],
{ {
@ -40596,6 +40598,7 @@
"https://github.com/ru4ls/ComfyUI_StreetView-Loader": [ "https://github.com/ru4ls/ComfyUI_StreetView-Loader": [
[ [
"StreetViewAnimator", "StreetViewAnimator",
"StreetViewCubemapLoader",
"StreetViewLoader", "StreetViewLoader",
"StreetViewPanoLoader", "StreetViewPanoLoader",
"StreetViewURLParser" "StreetViewURLParser"
@ -41193,6 +41196,14 @@
"title_aux": "Advanced Text Overlay" "title_aux": "Advanced Text Overlay"
} }
], ],
"https://github.com/scofano/ComfyUI-Simple-video-effects": [
[
"ZoomSequenceNode"
],
{
"title_aux": "Simple Video Effects"
}
],
"https://github.com/scofano/comfy-audio-duration": [ "https://github.com/scofano/comfy-audio-duration": [
[ [
"Audio Duration" "Audio Duration"
@ -46318,6 +46329,7 @@
], ],
"https://github.com/yemanou/ComfyUI-NABA": [ "https://github.com/yemanou/ComfyUI-NABA": [
[ [
"NABAImageNode",
"NABAImageNodeREST", "NABAImageNodeREST",
"NABAImportErrorStub" "NABAImportErrorStub"
], ],

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "zRich",
"title": "ComfyUI-zRich-ObjectCutter",
"reference": "https://github.com/zRich/ComfyUI-zRich-ObjectCutter",
"files": [
"https://github.com/zRich/ComfyUI-zRich-ObjectCutter"
],
"install_type": "git-clone",
"description": "NODES: zRich Object Cutter (MASK to Transparent), SAM2 Auto Layer Extractor"
},
{
"author": "ajcampbell1333",
"title": "BudgetGuard for Artists [WIP]",
"reference": "https://github.com/ajcampbell1333/BudgetGuard_Artists",
"files": [
"https://github.com/ajcampbell1333/BudgetGuard_Artists"
],
"install_type": "git-clone",
"description": "ComfyUI custom node that provides cost estimation and budget management for NVIDIA NIM nodes across multiple cloud providers."
},
{ {
"author": "muriellee1x", "author": "muriellee1x",
"title": "ComfyUI-switch-angles", "title": "ComfyUI-switch-angles",

View File

@ -4968,6 +4968,14 @@
"title_aux": "comfyui-wilddragon-nodes [WIP]" "title_aux": "comfyui-wilddragon-nodes [WIP]"
} }
], ],
"https://github.com/ajcampbell1333/BudgetGuard_Artists": [
[
"BudgetGuardNode"
],
{
"title_aux": "BudgetGuard for Artists [WIP]"
}
],
"https://github.com/akatz-ai/ComfyUI-Execution-Inversion": [ "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": [
[ [
"AccumulateNode", "AccumulateNode",
@ -12253,6 +12261,15 @@
"title_aux": "comfyui_random_prompt_plugin [WIP]" "title_aux": "comfyui_random_prompt_plugin [WIP]"
} }
], ],
"https://github.com/zRich/ComfyUI-zRich-ObjectCutter": [
[
"SAM2AutoLayer",
"zRichObjectCutter"
],
{
"title_aux": "ComfyUI-zRich-ObjectCutter"
}
],
"https://github.com/zRich/sam2_layer_node": [ "https://github.com/zRich/sam2_layer_node": [
[ [
"SAM2AutoLayer" "SAM2AutoLayer"

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "scofano",
"title": "Simple Video Effects",
"reference": "https://github.com/scofano/ComfyUI-Simple-video-effects",
"files": [
"https://github.com/scofano/ComfyUI-Simple-video-effects"
],
"install_type": "git-clone",
"description": "Nodes for Video effects. Zoom In/Out - new features soon."
},
{ {
"author": "Saganaki22", "author": "Saganaki22",
"title": "Maya1 TTS", "title": "Maya1 TTS",

View File

@ -2607,6 +2607,7 @@
"AGSoft_Loop_Images", "AGSoft_Loop_Images",
"AGSoft_Loop_Integer", "AGSoft_Loop_Integer",
"AGSoft_Loop_Random_Seed", "AGSoft_Loop_Random_Seed",
"AGSoft_Loop_Samplers",
"AGSoft_Loop_Texts", "AGSoft_Loop_Texts",
"AGSoft_Mask_Blur", "AGSoft_Mask_Blur",
"AGSoft_Mask_Composite", "AGSoft_Mask_Composite",
@ -19462,11 +19463,11 @@
"https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [
[ [
"ArchAi3D_Average_Color", "ArchAi3D_Average_Color",
"ArchAi3D_Cinematography_Prompt_Builder",
"ArchAi3D_Clean_Room_Prompt", "ArchAi3D_Clean_Room_Prompt",
"ArchAi3D_Color_Correction_Advanced", "ArchAi3D_Color_Correction_Advanced",
"ArchAi3D_Color_Correction_BT709", "ArchAi3D_Color_Correction_BT709",
"ArchAi3D_GRAG_Modifier", "ArchAi3D_GRAG_Modifier",
"ArchAi3D_GRAG_Sampler",
"ArchAi3D_Mask_Crop_Rotate", "ArchAi3D_Mask_Crop_Rotate",
"ArchAi3D_Mask_To_Position_Guide", "ArchAi3D_Mask_To_Position_Guide",
"ArchAi3D_Object_Focus_Camera", "ArchAi3D_Object_Focus_Camera",
@ -27880,6 +27881,7 @@
], ],
"https://github.com/gitcapoom/comfyui_fovestimator": [ "https://github.com/gitcapoom/comfyui_fovestimator": [
[ [
"DepthFOVEstimator",
"FOVEstimator" "FOVEstimator"
], ],
{ {
@ -40596,6 +40598,7 @@
"https://github.com/ru4ls/ComfyUI_StreetView-Loader": [ "https://github.com/ru4ls/ComfyUI_StreetView-Loader": [
[ [
"StreetViewAnimator", "StreetViewAnimator",
"StreetViewCubemapLoader",
"StreetViewLoader", "StreetViewLoader",
"StreetViewPanoLoader", "StreetViewPanoLoader",
"StreetViewURLParser" "StreetViewURLParser"
@ -41193,6 +41196,14 @@
"title_aux": "Advanced Text Overlay" "title_aux": "Advanced Text Overlay"
} }
], ],
"https://github.com/scofano/ComfyUI-Simple-video-effects": [
[
"ZoomSequenceNode"
],
{
"title_aux": "Simple Video Effects"
}
],
"https://github.com/scofano/comfy-audio-duration": [ "https://github.com/scofano/comfy-audio-duration": [
[ [
"Audio Duration" "Audio Duration"
@ -46318,6 +46329,7 @@
], ],
"https://github.com/yemanou/ComfyUI-NABA": [ "https://github.com/yemanou/ComfyUI-NABA": [
[ [
"NABAImageNode",
"NABAImageNodeREST", "NABAImageNodeREST",
"NABAImportErrorStub" "NABAImportErrorStub"
], ],