update DB

This commit is contained in:
Dr.Lt.Data 2025-08-14 22:00:23 +09:00
parent 6030d961ad
commit 103f89551a
9 changed files with 2557 additions and 2470 deletions

View File

@ -27161,6 +27161,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification" "description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification"
}, },
{
"author": "Charonartist",
"title": "ComfyUI Tag Remover",
"reference": "https://github.com/Charonartist/comfyui-tag-remover",
"files": [
"https://github.com/Charonartist/comfyui-tag-remover"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for removing specified tags and their content from text"
},
{ {
"author": "ptmaster", "author": "ptmaster",
"title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", "title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs",

View File

@ -355,6 +355,7 @@
"ImageResizeFluxKontext", "ImageResizeFluxKontext",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
"ImageStrokeByMask",
"ImageTileMerge", "ImageTileMerge",
"ImageTileSplit", "ImageTileSplit",
"ListCustomFloat", "ListCustomFloat",
@ -3389,6 +3390,14 @@
"title_aux": "ComfyUI Smart Resize Node" "title_aux": "ComfyUI Smart Resize Node"
} }
], ],
"https://github.com/Charonartist/comfyui-tag-remover": [
[
"TagRemoverNode"
],
{
"title_aux": "ComfyUI Tag Remover"
}
],
"https://github.com/CheNing233/ComfyUI_Image_Pin": [ "https://github.com/CheNing233/ComfyUI_Image_Pin": [
[ [
"ImagePin" "ImagePin"
@ -4723,7 +4732,11 @@
"ImageDifferenceCmap", "ImageDifferenceCmap",
"ImagePadToResolution", "ImagePadToResolution",
"InsightFaceSimilarity", "InsightFaceSimilarity",
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"ParseBBoxQwenVL", "ParseBBoxQwenVL",
"ParseLlmJsonOutput",
"PhotoDoddleConditioning", "PhotoDoddleConditioning",
"SeedEditNode" "SeedEditNode"
], ],
@ -16224,6 +16237,8 @@
"ComflyJimengApi", "ComflyJimengApi",
"ComflyJimengVideoApi", "ComflyJimengVideoApi",
"ComflySeededit", "ComflySeededit",
"Comfly_Doubao_Seededit",
"Comfly_Doubao_Seedream",
"Comfly_Flux_Kontext", "Comfly_Flux_Kontext",
"Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_Edit",
"Comfly_Flux_Kontext_bfl", "Comfly_Flux_Kontext_bfl",
@ -29070,6 +29085,8 @@
"DownloadAndLoadWav2VecModel", "DownloadAndLoadWav2VecModel",
"DummyComfyWanModelObject", "DummyComfyWanModelObject",
"ExtractStartFramesForContinuations", "ExtractStartFramesForContinuations",
"FantasyPortraitFaceDetector",
"FantasyPortraitModelLoader",
"FantasyTalkingModelLoader", "FantasyTalkingModelLoader",
"FantasyTalkingWav2VecEmbeds", "FantasyTalkingWav2VecEmbeds",
"LoadWanVideoClipTextEncoder", "LoadWanVideoClipTextEncoder",
@ -29081,7 +29098,9 @@
"WanVideoATITracks", "WanVideoATITracks",
"WanVideoATITracksVisualize", "WanVideoATITracksVisualize",
"WanVideoATI_comfy", "WanVideoATI_comfy",
"WanVideoAddControlEmbeds",
"WanVideoAddExtraLatent", "WanVideoAddExtraLatent",
"WanVideoAddFantasyPortrait",
"WanVideoAddStandInLatent", "WanVideoAddStandInLatent",
"WanVideoApplyNAG", "WanVideoApplyNAG",
"WanVideoBlockList", "WanVideoBlockList",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "KohakuBlueleaf",
"title": "hdm-ext [WIP]",
"reference": "https://github.com/KohakuBlueleaf/HDM-ext",
"files": [
"https://github.com/KohakuBlueleaf/HDM-ext"
],
"install_type": "git-clone",
"description": "HDM(HomeDiffusionModel) Extension"
},
{ {
"author": "flybirdxx", "author": "flybirdxx",
"title": "ComfyUI Sliding Window [WIP]", "title": "ComfyUI Sliding Window [WIP]",
@ -6245,16 +6255,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Zoom and Enhance Nodes, Text To String List, Choose String, Define Word, Lookup Word, Substitute Words, Dictionary to JSON, JSON file to Dictionary, JSON to Dictionary, Load Image And Info From Path, CubbyHack, Image to Solid Background" "description": "NODES: Zoom and Enhance Nodes, Text To String List, Choose String, Define Word, Lookup Word, Substitute Words, Dictionary to JSON, JSON file to Dictionary, JSON to Dictionary, Load Image And Info From Path, CubbyHack, Image to Solid Background"
}, },
{
"author": "hananbeer",
"title": "node_dev - ComfyUI Node Development Helper",
"reference": "https://github.com/hananbeer/node_dev",
"files": [
"https://github.com/hananbeer/node_dev"
],
"install_type": "git-clone",
"description": "Browse to this endpoint to reload custom nodes for more streamlined development:\nhttp://127.0.0.1:8188/node_dev/reload/<module_name>"
},
{ {
"author": "ChrisColeTech", "author": "ChrisColeTech",
"title": "ComfyUI-Get-Random-File [UNSAFE]", "title": "ComfyUI-Get-Random-File [UNSAFE]",

View File

@ -180,6 +180,7 @@
"ImageResizeFluxKontext", "ImageResizeFluxKontext",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
"ImageStrokeByMask",
"ImageTileMerge", "ImageTileMerge",
"ImageTileSplit", "ImageTileSplit",
"ListCustomFloat", "ListCustomFloat",
@ -2015,6 +2016,15 @@
"title_aux": "ComfyUI-RoysNodes [WIP]" "title_aux": "ComfyUI-RoysNodes [WIP]"
} }
], ],
"https://github.com/KohakuBlueleaf/HDM-ext": [
[
"HDMCameraParam",
"HDMLoader"
],
{
"title_aux": "hdm-ext [WIP]"
}
],
"https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [
[ [
"Brightness Image", "Brightness Image",
@ -2479,7 +2489,6 @@
[ [
"mb Barcode", "mb Barcode",
"mb CLIP Text Encoder", "mb CLIP Text Encoder",
"mb Color Mask",
"mb Color Picker", "mb Color Picker",
"mb Data Type Converter", "mb Data Type Converter",
"mb Debug", "mb Debug",
@ -2494,8 +2503,8 @@
"mb Hash Generator", "mb Hash Generator",
"mb Image Batch", "mb Image Batch",
"mb Image Center Rotate", "mb Image Center Rotate",
"mb Image Dimensions",
"mb Image Dither", "mb Image Dither",
"mb Image Film Effect",
"mb Image Flip", "mb Image Flip",
"mb Image Load", "mb Image Load",
"mb Image Load from URL", "mb Image Load from URL",
@ -2505,7 +2514,8 @@
"mb Image Subtract", "mb Image Subtract",
"mb Image to File", "mb Image to File",
"mb KSampler", "mb KSampler",
"mb Mask Invert If Empty", "mb Mask Invert if Empty",
"mb Mask from Color",
"mb QR Code", "mb QR Code",
"mb Select", "mb Select",
"mb String", "mb String",
@ -5724,11 +5734,13 @@
"https://github.com/duckmartians/Duck_Nodes": [ "https://github.com/duckmartians/Duck_Nodes": [
[ [
"Duck_AddTextOverlay", "Duck_AddTextOverlay",
"Duck_EmptyLatentImage",
"Duck_LoadExcelRow", "Duck_LoadExcelRow",
"Duck_LoadGoogleDocLine", "Duck_LoadGoogleDocLine",
"Duck_LoadGoogleSheetOneRow", "Duck_LoadGoogleSheetOneRow",
"Duck_LoadWordLine", "Duck_LoadWordLine",
"Duck_PromptLoader", "Duck_PromptLoader",
"Duck_QwenAspectRatios",
"Duck_TextReplacer" "Duck_TextReplacer"
], ],
{ {
@ -9772,6 +9784,7 @@
"https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [ "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [
[ [
"FFmpeg \u89c6\u9891\u5408\u6210\uff08\u4f4e\u5185\u5b58\uff09 / FFmpegVideoCombineLowMem", "FFmpeg \u89c6\u9891\u5408\u6210\uff08\u4f4e\u5185\u5b58\uff09 / FFmpegVideoCombineLowMem",
"SaveImageWebsocket",
"\u4fdd\u5b58\u5355\u5e27\u5230\u78c1\u76d8 / SaveSingleFrameToDisk", "\u4fdd\u5b58\u5355\u5e27\u5230\u78c1\u76d8 / SaveSingleFrameToDisk",
"\u6279\u91cf\u4fdd\u5b58\u5e27\u5230\u78c1\u76d8 / SaveFrameBatchToDisk" "\u6279\u91cf\u4fdd\u5b58\u5e27\u5230\u78c1\u76d8 / SaveFrameBatchToDisk"
], ],
@ -10205,7 +10218,8 @@
], ],
"https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [ "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [
[ [
"CombineVideosFromFolder" "CombineVideosFromFolder",
"getSubtitlesFromVideo"
], ],
{ {
"title_aux": "ComfyUI-CombineVideoAndSubtitle" "title_aux": "ComfyUI-CombineVideoAndSubtitle"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "hananbeer",
"title": "node_dev - ComfyUI Node Development Helper [REMOVED]",
"reference": "https://github.com/hananbeer/node_dev",
"files": [
"https://github.com/hananbeer/node_dev"
],
"install_type": "git-clone",
"description": "Browse to this endpoint to reload custom nodes for more streamlined development:\nhttp://127.0.0.1:8188/node_dev/reload/<module_name>"
},
{ {
"author": "Charonartist", "author": "Charonartist",
"title": "Comfyui_gemini_tts_node [REMOVED]", "title": "Comfyui_gemini_tts_node [REMOVED]",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Charonartist",
"title": "ComfyUI Tag Remover",
"reference": "https://github.com/Charonartist/comfyui-tag-remover",
"files": [
"https://github.com/Charonartist/comfyui-tag-remover"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for removing specified tags and their content from text"
},
{ {
"author": "Comfy-Org", "author": "Comfy-Org",
"title": "NVIDIA FLUX NIM", "title": "NVIDIA FLUX NIM",

View File

@ -355,6 +355,7 @@
"ImageResizeFluxKontext", "ImageResizeFluxKontext",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
"ImageStrokeByMask",
"ImageTileMerge", "ImageTileMerge",
"ImageTileSplit", "ImageTileSplit",
"ListCustomFloat", "ListCustomFloat",
@ -3389,6 +3390,14 @@
"title_aux": "ComfyUI Smart Resize Node" "title_aux": "ComfyUI Smart Resize Node"
} }
], ],
"https://github.com/Charonartist/comfyui-tag-remover": [
[
"TagRemoverNode"
],
{
"title_aux": "ComfyUI Tag Remover"
}
],
"https://github.com/CheNing233/ComfyUI_Image_Pin": [ "https://github.com/CheNing233/ComfyUI_Image_Pin": [
[ [
"ImagePin" "ImagePin"
@ -4723,7 +4732,11 @@
"ImageDifferenceCmap", "ImageDifferenceCmap",
"ImagePadToResolution", "ImagePadToResolution",
"InsightFaceSimilarity", "InsightFaceSimilarity",
"JsonPathQuery",
"JsonPathQuerySingle",
"JsonPathUpdate",
"ParseBBoxQwenVL", "ParseBBoxQwenVL",
"ParseLlmJsonOutput",
"PhotoDoddleConditioning", "PhotoDoddleConditioning",
"SeedEditNode" "SeedEditNode"
], ],
@ -16224,6 +16237,8 @@
"ComflyJimengApi", "ComflyJimengApi",
"ComflyJimengVideoApi", "ComflyJimengVideoApi",
"ComflySeededit", "ComflySeededit",
"Comfly_Doubao_Seededit",
"Comfly_Doubao_Seedream",
"Comfly_Flux_Kontext", "Comfly_Flux_Kontext",
"Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_Edit",
"Comfly_Flux_Kontext_bfl", "Comfly_Flux_Kontext_bfl",
@ -29070,6 +29085,8 @@
"DownloadAndLoadWav2VecModel", "DownloadAndLoadWav2VecModel",
"DummyComfyWanModelObject", "DummyComfyWanModelObject",
"ExtractStartFramesForContinuations", "ExtractStartFramesForContinuations",
"FantasyPortraitFaceDetector",
"FantasyPortraitModelLoader",
"FantasyTalkingModelLoader", "FantasyTalkingModelLoader",
"FantasyTalkingWav2VecEmbeds", "FantasyTalkingWav2VecEmbeds",
"LoadWanVideoClipTextEncoder", "LoadWanVideoClipTextEncoder",
@ -29081,7 +29098,9 @@
"WanVideoATITracks", "WanVideoATITracks",
"WanVideoATITracksVisualize", "WanVideoATITracksVisualize",
"WanVideoATI_comfy", "WanVideoATI_comfy",
"WanVideoAddControlEmbeds",
"WanVideoAddExtraLatent", "WanVideoAddExtraLatent",
"WanVideoAddFantasyPortrait",
"WanVideoAddStandInLatent", "WanVideoAddStandInLatent",
"WanVideoApplyNAG", "WanVideoApplyNAG",
"WanVideoBlockList", "WanVideoBlockList",