update DB

This commit is contained in:
Dr.Lt.Data 2026-05-01 04:45:57 +09:00
parent a3aabfd72c
commit ec72d983ad
4 changed files with 2150 additions and 2136 deletions

View File

@ -46048,16 +46048,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Split a multiline prompt into up to 12 numbered STRING outputs using a user-defined delimiter. Useful for multi-segment video workflows." "description": "Split a multiline prompt into up to 12 numbered STRING outputs using a user-defined delimiter. Useful for multi-segment video workflows."
}, },
{
"author": "Kyreo",
"title": "comfyui-characterpromptbuffer",
"reference": "https://github.com/Kyreo/ComfyUI-CharacterPromptBuffer",
"files": [
"https://github.com/Kyreo/ComfyUI-CharacterPromptBuffer"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for generating character prompt variations as batch"
},
{ {
"author": "Phykrex", "author": "Phykrex",
"title": "comfyui-momo-nodes", "title": "comfyui-momo-nodes",
@ -46096,7 +46086,7 @@
"https://github.com/xujianjian2004/ComfyUI-Title-Memo" "https://github.com/xujianjian2004/ComfyUI-Title-Memo"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A lightweight ComfyUI canvas annotation node with rich styling, built-in presets, and custom presets." "description": "Add title, comment and memo functions to nodes, which support custom styles and automatic word wrapping, compatible with Nodes 2.0."
}, },
{ {
"author": "ussaaron", "author": "ussaaron",

View File

@ -7135,6 +7135,9 @@
"BoyoPairedSaver", "BoyoPairedSaver",
"BoyoPromptInjector", "BoyoPromptInjector",
"BoyoPromptLoop", "BoyoPromptLoop",
"BoyoPromptRelayEncode",
"BoyoPromptRelayEncodeTimeline",
"BoyoPromptRelayLoraGate",
"BoyoQwenVLGrounding", "BoyoQwenVLGrounding",
"BoyoResolutionCalc", "BoyoResolutionCalc",
"BoyoSaver", "BoyoSaver",
@ -15873,6 +15876,7 @@
"NLConstantColor", "NLConstantColor",
"NLContextDebug", "NLContextDebug",
"NLEdit", "NLEdit",
"NLFitFrame",
"NLFromModelSpace", "NLFromModelSpace",
"NLImageInfoDebug", "NLImageInfoDebug",
"NLLTXVImgToVideoInplaceAtIndex", "NLLTXVImgToVideoInplaceAtIndex",
@ -16849,9 +16853,13 @@
"CRTPostProcess", "CRTPostProcess",
"CRT_AddSettingsAndPrompt", "CRT_AddSettingsAndPrompt",
"CRT_AudioTranscript", "CRT_AudioTranscript",
"CRT_AudioTranscriptPipeOut",
"CRT_DynamicPromptScheduler", "CRT_DynamicPromptScheduler",
"CRT_FileBatchPromptScheduler", "CRT_FileBatchPromptScheduler",
"CRT_ImageLoaderCrawlBatch", "CRT_ImageLoaderCrawlBatch",
"CRT_IsolateInput",
"CRT_IsolateInputCLIPSeg",
"CRT_IsolateOutput",
"CRT_KSamplerBatch", "CRT_KSamplerBatch",
"CRT_KSamplerBatchAdvanced", "CRT_KSamplerBatchAdvanced",
"CRT_LTX23AutoDownload", "CRT_LTX23AutoDownload",
@ -40652,7 +40660,7 @@
"https://github.com/ialhabbal/OcclusionMask": [ "https://github.com/ialhabbal/OcclusionMask": [
[ [
"BatchLoadImages", "BatchLoadImages",
"ImageOcclusion" "OcclusionMask"
], ],
{ {
"title_aux": "OcclusionMask" "title_aux": "OcclusionMask"
@ -49156,6 +49164,8 @@
"ExecutionGateControl", "ExecutionGateControl",
"FrameAccumulator", "FrameAccumulator",
"FrameContextFit", "FrameContextFit",
"FreeVRAMIfLoaded",
"FreeVRAMUnlessLoaded",
"ImageExists", "ImageExists",
"ImageFallback", "ImageFallback",
"ImageModeRouter", "ImageModeRouter",
@ -60097,6 +60107,7 @@
], ],
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
[ [
"ColorFilter",
"FastGroupsBypasserV2", "FastGroupsBypasserV2",
"FluxLoraMultiLoader", "FluxLoraMultiLoader",
"LoadImageUssoewwin", "LoadImageUssoewwin",
@ -60645,6 +60656,7 @@
"VRGDG_CreateFinalVideo", "VRGDG_CreateFinalVideo",
"VRGDG_CreateFinalVideo_SRT", "VRGDG_CreateFinalVideo_SRT",
"VRGDG_CreateSilentAudio", "VRGDG_CreateSilentAudio",
"VRGDG_CyclingTextPicker",
"VRGDG_DisplayIndex", "VRGDG_DisplayIndex",
"VRGDG_DurationIndexFloat", "VRGDG_DurationIndexFloat",
"VRGDG_Extract_Frame_Number", "VRGDG_Extract_Frame_Number",

File diff suppressed because it is too large Load Diff

View File

@ -7135,6 +7135,9 @@
"BoyoPairedSaver", "BoyoPairedSaver",
"BoyoPromptInjector", "BoyoPromptInjector",
"BoyoPromptLoop", "BoyoPromptLoop",
"BoyoPromptRelayEncode",
"BoyoPromptRelayEncodeTimeline",
"BoyoPromptRelayLoraGate",
"BoyoQwenVLGrounding", "BoyoQwenVLGrounding",
"BoyoResolutionCalc", "BoyoResolutionCalc",
"BoyoSaver", "BoyoSaver",
@ -15873,6 +15876,7 @@
"NLConstantColor", "NLConstantColor",
"NLContextDebug", "NLContextDebug",
"NLEdit", "NLEdit",
"NLFitFrame",
"NLFromModelSpace", "NLFromModelSpace",
"NLImageInfoDebug", "NLImageInfoDebug",
"NLLTXVImgToVideoInplaceAtIndex", "NLLTXVImgToVideoInplaceAtIndex",
@ -16849,9 +16853,13 @@
"CRTPostProcess", "CRTPostProcess",
"CRT_AddSettingsAndPrompt", "CRT_AddSettingsAndPrompt",
"CRT_AudioTranscript", "CRT_AudioTranscript",
"CRT_AudioTranscriptPipeOut",
"CRT_DynamicPromptScheduler", "CRT_DynamicPromptScheduler",
"CRT_FileBatchPromptScheduler", "CRT_FileBatchPromptScheduler",
"CRT_ImageLoaderCrawlBatch", "CRT_ImageLoaderCrawlBatch",
"CRT_IsolateInput",
"CRT_IsolateInputCLIPSeg",
"CRT_IsolateOutput",
"CRT_KSamplerBatch", "CRT_KSamplerBatch",
"CRT_KSamplerBatchAdvanced", "CRT_KSamplerBatchAdvanced",
"CRT_LTX23AutoDownload", "CRT_LTX23AutoDownload",
@ -40652,7 +40660,7 @@
"https://github.com/ialhabbal/OcclusionMask": [ "https://github.com/ialhabbal/OcclusionMask": [
[ [
"BatchLoadImages", "BatchLoadImages",
"ImageOcclusion" "OcclusionMask"
], ],
{ {
"title_aux": "OcclusionMask" "title_aux": "OcclusionMask"
@ -49156,6 +49164,8 @@
"ExecutionGateControl", "ExecutionGateControl",
"FrameAccumulator", "FrameAccumulator",
"FrameContextFit", "FrameContextFit",
"FreeVRAMIfLoaded",
"FreeVRAMUnlessLoaded",
"ImageExists", "ImageExists",
"ImageFallback", "ImageFallback",
"ImageModeRouter", "ImageModeRouter",
@ -60097,6 +60107,7 @@
], ],
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
[ [
"ColorFilter",
"FastGroupsBypasserV2", "FastGroupsBypasserV2",
"FluxLoraMultiLoader", "FluxLoraMultiLoader",
"LoadImageUssoewwin", "LoadImageUssoewwin",
@ -60645,6 +60656,7 @@
"VRGDG_CreateFinalVideo", "VRGDG_CreateFinalVideo",
"VRGDG_CreateFinalVideo_SRT", "VRGDG_CreateFinalVideo_SRT",
"VRGDG_CreateSilentAudio", "VRGDG_CreateSilentAudio",
"VRGDG_CyclingTextPicker",
"VRGDG_DisplayIndex", "VRGDG_DisplayIndex",
"VRGDG_DurationIndexFloat", "VRGDG_DurationIndexFloat",
"VRGDG_Extract_Frame_Number", "VRGDG_Extract_Frame_Number",