update DB

This commit is contained in:
Dr.Lt.Data 2025-06-29 15:48:08 +09:00
parent 4a197e63f9
commit 5b3c9432f3
9 changed files with 2030 additions and 1919 deletions

View File

@ -2609,7 +2609,7 @@
"https://github.com/tusharbhutt/Endless-Nodes"
],
"install_type": "git-clone",
"description": "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa."
"description": "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more."
},
{
"author": "spacepxl",
@ -17940,7 +17940,7 @@
"https://github.com/robertvoy/ComfyUI-Flux-Continuum"
],
"install_type": "git-clone",
"description": "Set of custom nodes to use with the ComfyUI Flux Continuum: Modular Interface. NODES: Text Versions, Image64 Display, Tabs, Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider"
"description": "Set of custom nodes to use with the ComfyUI Flux Continuum: Modular Interface. NODES: Text Versions, Image64 Display, Tabs, Step Slider, Denoise Slider, Guidance Slider, Batch Slider, Max Shift Slider, ControlNet Slider and more"
},
{
"author": "Lam Yan",
@ -27389,6 +27389,16 @@
"install_type": "git-clone",
"description": "A single-purpose, multi-channel curve editor for ComfyUI, providing precise color control over R, G, B, and Luma channels directly within the node graph. Its a focused, lightweight, and standalone solution built specifically for one task: applying color curves cleanly and efficiently."
},
{
"author": "o-l-l-i",
"title": "Olm Sketch for ComfyUI",
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch",
"files": [
"https://github.com/o-l-l-i/ComfyUI-Olm-Sketch"
],
"install_type": "git-clone",
"description": "An interactive sketching and drawing node for ComfyUI with stylus/pen support built for fast, intuitive scribbling directly inside your workflows, geared towards ControlNet-style workflows which utilize scribbles and line art."
},
{
"author": "xiaogui8dangjia",
"title": "Comfyui-imagetoSTL",
@ -28305,6 +28315,17 @@
"install_type": "git-clone",
"description": "Expose your workflows into HTTP endpoints directly from ComfyUI itself."
},
{
"author": "eg0pr0xy",
"title": "ComfyUI-NoiseGen",
"reference": "https://github.com/eg0pr0xy/comfyui_noisegen",
"files": [
"https://github.com/eg0pr0xy/comfyui_noisegen"
],
"install_type": "git-clone",
"description": "Professional noise generation nodes for ComfyUI"
},

View File

@ -1865,6 +1865,7 @@
"CameraTrajectoryNode",
"CombineDepthsNode",
"DepthEstimatorNode",
"DepthFramesToVideo",
"DepthRenormalizer",
"DepthToImageNode",
"DepthToPointCloud",
@ -1884,6 +1885,8 @@
"TransformPointCloud",
"TransformToMatrix",
"TransformToMatrixManual",
"VideoCameraMotionSequence",
"VideoMetricDepthEstimate",
"ZDepthToRayDepthNode"
],
{
@ -4518,6 +4521,7 @@
[
"ErePromptCloud",
"ErePromptFilter",
"ErePromptGallery",
"ErePromptMultiSelect",
"ErePromptMultiline",
"ErePromptRandomizer",
@ -8152,7 +8156,8 @@
[
"BatchImageLoaderToLocalFiles",
"DownloadAndLoadQwen2_5_VLModel",
"Qwen2_5_VL_Run"
"Qwen2_5_VL_Run",
"Qwen2_5_VL_Run_Advanced"
],
{
"title_aux": "ComfyUI-Qwen2_5-VL"
@ -15410,8 +15415,10 @@
"Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2",
"Sage_EmptyLatentImagePassthrough",
"Sage_FreeMemory",
"Sage_GetFileHash",
"Sage_GuessResolutionByRatio",
"Sage_Halt",
"Sage_HiDreamE1_Instruction",
"Sage_JoinText",
"Sage_KSampler",
@ -19853,8 +19860,10 @@
],
"https://github.com/cyberhirsch/seb_nodes": [
[
"AspectRatioSeb",
"SaveImageSeb",
"SwitchMasksSeb"
"SwitchMasksSeb",
"UnifiedPrompterSeb"
],
{
"title_aux": "Seb Nodes"
@ -21056,6 +21065,31 @@
"title_aux": "ComfyUI-Load-DirectoryFiles"
}
],
"https://github.com/eg0pr0xy/comfyui_noisegen": [
[
"AudioAnalyzer",
"AudioMixer",
"AudioSave",
"BandLimitedNoise",
"ChaosNoiseMix",
"ConvolutionReverb",
"FeedbackProcessor",
"GranularProcessor",
"GranularSequencer",
"HarshFilter",
"MicrosoundSculptor",
"ModulationMatrix",
"MultiDistortion",
"NoiseGenerator",
"PerlinNoise",
"SpectralProcessor",
"SpectrumAnalyzer",
"TrueChaos"
],
{
"title_aux": "ComfyUI-NoiseGen"
}
],
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [
[
"BatchImageProcessor",
@ -30816,6 +30850,14 @@
"title_aux": "Olm Resolution Picker for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": [
[
"OlmSketch"
],
{
"title_aux": "Olm Sketch for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-OlmLUT": [
[
"OlmLUT"
@ -35516,6 +35558,8 @@
"ImageComplexityScorer",
"ImageNoveltyScorer",
"Image_saver",
"LatentReplicator",
"LatentReplicatorPrompts",
"PromptCounter",
"Random_Prompt_Multipicker",
"Random_Prompt_Selector",

File diff suppressed because it is too large Load Diff

View File

@ -30,16 +30,6 @@
"install_type": "git-clone",
"description": "Batch load video nodes and save videos in custom paths\nNOTE: The files in the repo are not organized."
},
{
"author": "RedmondAI",
"title": "comfyui-tools [UNSAFE/NAME CONFLICT]",
"reference": "https://github.com/RedmondAI/comfyui-tools",
"files": [
"https://github.com/RedmondAI/comfyui-tools"
],
"install_type": "git-clone",
"description": "Custom extensions for ComfyUI used by the Redmond3D VFX team.[w/This node pack has a vulnerability that allows it to create files at arbitrary paths.]"
},
{
"author": "coVISIONSld",
"title": "ComfyUI-OmniGen2 [NAME CONFLICT]",

View File

@ -2405,6 +2405,7 @@
"ImageWidthStitch",
"MergeImageChannels",
"random_any",
"show_type",
"translator_m2m100",
"translators"
],
@ -2801,14 +2802,6 @@
"title_aux": "Kuniklo Collection"
}
],
"https://github.com/RedmondAI/comfyui-tools": [
[
"AutoName"
],
{
"title_aux": "comfyui-tools [UNSAFE/NAME CONFLICT]"
}
],
"https://github.com/RicherdLee/comfyui-oss-image-save": [
[
"SaveImageOSS"
@ -4986,8 +4979,10 @@
],
"https://github.com/cyberhirsch/seb_nodes": [
[
"AspectRatioSeb",
"SaveImageSeb",
"SwitchMasksSeb"
"SwitchMasksSeb",
"UnifiedPrompterSeb"
],
{
"title_aux": "seb_nodes [WIP]"
@ -5641,13 +5636,14 @@
"HolafBenchmarkRunner",
"HolafImageComparer",
"HolafInstagramResize",
"HolafInternalSampler",
"HolafKSampler",
"HolafLutApplier",
"HolafLutGenerator",
"HolafLutLoader",
"HolafLutSaver",
"HolafMaskToBoolean",
"HolafOrchestratorConfig",
"HolafOverlayNode",
"HolafRatioCalculator",
"HolafResolutionPreset",
"HolafSaveImage",
"HolafSliceCalculator",
@ -6152,7 +6148,8 @@
"BailianAPIPoll",
"BailianAPISubmit",
"MaletteJSONExtractor",
"MaletteJSONModifier"
"MaletteJSONModifier",
"MaletteVirtualTryOn"
],
{
"title_aux": "ComfyUI-AliCloud-Bailian [WIP]"

View File

@ -114,11 +114,6 @@
"last_update": "2025-05-02 18:47:09",
"author_account_age_days": 1178
},
"https://github.com/AkiEvansDev/ComfyUI-Tools": {
"stars": 0,
"last_update": "2025-06-27 14:39:13",
"author_account_age_days": 2686
},
"https://github.com/Alazuaka/comfyui-lora-stack-node": {
"stars": 0,
"last_update": "2025-06-12 23:14:31",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "RedmondAI",
"title": "comfyui-tools [UNSAFE]",
"reference": "https://github.com/RedmondAI/comfyui-tools",
"files": [
"https://github.com/RedmondAI/comfyui-tools"
],
"install_type": "git-clone",
"description": "Custom extensions for ComfyUI used by the Redmond3D VFX team.[w/This node pack has a vulnerability that allows it to create files at arbitrary paths.]"
},
{
"author": "S4MUEL-404",
"title": "Image Position Blend [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "eg0pr0xy",
"title": "ComfyUI-NoiseGen",
"reference": "https://github.com/eg0pr0xy/comfyui_noisegen",
"files": [
"https://github.com/eg0pr0xy/comfyui_noisegen"
],
"install_type": "git-clone",
"description": "Professional noise generation nodes for ComfyUI"
},
{
"author": "o-l-l-i",
"title": "Olm Sketch for ComfyUI",
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch",
"files": [
"https://github.com/o-l-l-i/ComfyUI-Olm-Sketch"
],
"install_type": "git-clone",
"description": "An interactive sketching and drawing node for ComfyUI with stylus/pen support built for fast, intuitive scribbling directly inside your workflows, geared towards ControlNet-style workflows which utilize scribbles and line art."
},
{
"author": "Good-Dream-Studio",
"title": "ComfyUI-Connect",
@ -688,16 +708,6 @@
],
"install_type": "git-clone",
"description": "This extension offers wildcard prompting works solely in workflow."
},
{
"author": "linjian-ufo",
"title": "DeepSeek Chat Node for ComfyUI",
"reference": "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update",
"files": [
"https://github.com/linjian-ufo/comfyui_deepseek_lj257_update"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that calls the DeepSeek Chat API to process text input and return text output."
}
]
}

View File

@ -1865,6 +1865,7 @@
"CameraTrajectoryNode",
"CombineDepthsNode",
"DepthEstimatorNode",
"DepthFramesToVideo",
"DepthRenormalizer",
"DepthToImageNode",
"DepthToPointCloud",
@ -1884,6 +1885,8 @@
"TransformPointCloud",
"TransformToMatrix",
"TransformToMatrixManual",
"VideoCameraMotionSequence",
"VideoMetricDepthEstimate",
"ZDepthToRayDepthNode"
],
{
@ -4518,6 +4521,7 @@
[
"ErePromptCloud",
"ErePromptFilter",
"ErePromptGallery",
"ErePromptMultiSelect",
"ErePromptMultiline",
"ErePromptRandomizer",
@ -8152,7 +8156,8 @@
[
"BatchImageLoaderToLocalFiles",
"DownloadAndLoadQwen2_5_VLModel",
"Qwen2_5_VL_Run"
"Qwen2_5_VL_Run",
"Qwen2_5_VL_Run_Advanced"
],
{
"title_aux": "ComfyUI-Qwen2_5-VL"
@ -15410,8 +15415,10 @@
"Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2",
"Sage_EmptyLatentImagePassthrough",
"Sage_FreeMemory",
"Sage_GetFileHash",
"Sage_GuessResolutionByRatio",
"Sage_Halt",
"Sage_HiDreamE1_Instruction",
"Sage_JoinText",
"Sage_KSampler",
@ -19853,8 +19860,10 @@
],
"https://github.com/cyberhirsch/seb_nodes": [
[
"AspectRatioSeb",
"SaveImageSeb",
"SwitchMasksSeb"
"SwitchMasksSeb",
"UnifiedPrompterSeb"
],
{
"title_aux": "Seb Nodes"
@ -21056,6 +21065,31 @@
"title_aux": "ComfyUI-Load-DirectoryFiles"
}
],
"https://github.com/eg0pr0xy/comfyui_noisegen": [
[
"AudioAnalyzer",
"AudioMixer",
"AudioSave",
"BandLimitedNoise",
"ChaosNoiseMix",
"ConvolutionReverb",
"FeedbackProcessor",
"GranularProcessor",
"GranularSequencer",
"HarshFilter",
"MicrosoundSculptor",
"ModulationMatrix",
"MultiDistortion",
"NoiseGenerator",
"PerlinNoise",
"SpectralProcessor",
"SpectrumAnalyzer",
"TrueChaos"
],
{
"title_aux": "ComfyUI-NoiseGen"
}
],
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [
[
"BatchImageProcessor",
@ -30816,6 +30850,14 @@
"title_aux": "Olm Resolution Picker for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": [
[
"OlmSketch"
],
{
"title_aux": "Olm Sketch for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-OlmLUT": [
[
"OlmLUT"
@ -35516,6 +35558,8 @@
"ImageComplexityScorer",
"ImageNoveltyScorer",
"Image_saver",
"LatentReplicator",
"LatentReplicatorPrompts",
"PromptCounter",
"Random_Prompt_Multipicker",
"Random_Prompt_Selector",