update DB

This commit is contained in:
Dr.Lt.Data 2025-07-22 08:59:51 +09:00
parent 02e1ec0ae3
commit ae9b2b3b72
4 changed files with 492 additions and 393 deletions

View File

@ -13894,6 +13894,16 @@
"install_type": "git-clone",
"description": "Fix banding artifacts by re-sampling the latent with a low denoise strength."
},
{
"author": "tritant",
"title": "Layers System",
"reference": "https://github.com/tritant/ComfyUI_Layers_Utility",
"files": [
"https://github.com/tritant/ComfyUI_Layers_Utility"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI provides a powerful and flexible dynamic layering system, similar to what you would find in image editing software like Photoshop."
},
{
"author": "metncelik",
"title": "comfyui_met_suite",
@ -23175,7 +23185,7 @@
"https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools"
],
"install_type": "git-clone",
"description": "Nodes: Multi Int and Multi Text; allows for the creation of multiple int and multiple string storage and output from a single node. Multi Float coming soon."
"description": "Nodes: Multi Int and Multi Text; allows for the creation of multiple int, floats and string storage and output from a single node."
},
{
"author": "Mohammadreza Mohseni",
@ -27527,13 +27537,23 @@
"description": "This is a node that outputs tracking results of a grid or specified points using CoTracker. It can be directly connected to the WanVideo ATI Tracks Node."
},
{
"author": "s9roll7",
"author": "set-soft",
"title": "Audio Batch",
"reference": "https://github.com/set-soft/ComfyUI-AudioBatch",
"files": [
"https://github.com/set-soft/ComfyUI-AudioBatch"
],
"install_type": "git-clone",
"description": "Audio batch creation, extraction, information, resample, mono and stereo conversion.\nAlso cut, concatenate, blend (mix) and de/normalize. Join/split channels (stereo).\nSignal generator (`sine`, `square`, `sawtooth`, `triangle`, `sweep`, `noise`).\nMusical note to frequency.\nAudio downloader for quick workflows which downloads its example data."
},
{
"author": "set-soft",
"title": "Image Misc",
"reference": "https://github.com/set-soft/ComfyUI-ImageMisc",
"files": [
"https://github.com/set-soft/ComfyUI-ImageMisc"
],
"install_type": "git-clone",
"description": "Audio batch creation, extraction, resample, mono and stereo conversion."
},
{
@ -29391,6 +29411,16 @@
"install_type": "git-clone",
"description": "QoL nodes for semi-automatic calculation of the best (most optimal) sampling resolution \n• compatible with ANY model (from now or the future), \n• accounting for upscale... \n• ...and pixel-step."
},
{
"author": "lex-drl",
"title": "String Constructor (Text-Formatting)",
"reference": "https://github.com/Lex-DRL/ComfyUI-StringConstructor",
"files": [
"https://github.com/Lex-DRL/ComfyUI-StringConstructor"
],
"install_type": "git-clone",
"description": "Composing prompt variants from the same text pieces with ease:\n• Build your \"library\" (dictionary) of named text chunks (sub-strings) to use it across the entire workflow.\n• Compile these snippets into different prompts in-place - with just one string formatting node.\n• Freely update the dictionary down the line - get different prompts.\n• Reference text chunks within each other to build dependent hierarchies of less/more detailed descriptions.\n• A real life-saver for regional prompting (aka area composition)."
},
{
"author": "baikong",
"title": "blender-in-comfyui",
@ -29617,6 +29647,26 @@
"install_type": "git-clone",
"description": "repo has Custon node designed to expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control — engineered for outpainting, compositional layout, and creative canvas expansion. "
},
{
"author": "wawahuy",
"title": "ComfyUI HTTP - REST API Nodes",
"reference": "https://github.com/wawahuy/ComfyUI-HTTP",
"files": [
"https://github.com/wawahuy/ComfyUI-HTTP"
],
"install_type": "git-clone",
"description": "Powerful REST API nodes for ComfyUI that enable seamless HTTP/REST integration into your workflows."
},
{
"author": "watarika",
"title": "ComfyUI-SendToEagle-w-Metadata",
"reference": "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata",
"files": [
"https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata"
],
"install_type": "git-clone",
"description": "Sends images with metadata (PNGInfo) obtained from the input values of each node to Eagle. You can customize the tags to be registered in Eagle."
},

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "Jpzz",
"title": "IxiWorks StoryBoard Nodes [WIP]",
"reference": "https://github.com/Jpzz/comfyui-ixiworks",
"files": [
"https://github.com/Jpzz/comfyui-ixiworks"
],
"install_type": "git-clone",
"description": "StoryBoard nodes for ComfyUI - Parse JSON templates and build prompts for generative movie creation\nNOTE: The files in the repo are not organized."
},
{
"author": "siyonomicon",
"title": "ComfyUI-Pin",
"reference": "https://github.com/siyonomicon/ComfyUI-Pin",
"files": [
"https://github.com/siyonomicon/ComfyUI-Pin"
],
"install_type": "git-clone",
"description": "NODES: Pin Grid Node"
},
{
"author": "rakete",
"title": "comfyui-rakete",

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "set-soft",
"title": "Image Misc",
"reference": "https://github.com/set-soft/ComfyUI-ImageMisc",
"files": [
"https://github.com/set-soft/ComfyUI-ImageMisc"
],
"install_type": "git-clone",
"description": "Audio batch creation, extraction, resample, mono and stereo conversion."
},
{
"author": "tritant",
"title": "Layers System",
"reference": "https://github.com/tritant/ComfyUI_Layers_Utility",
"files": [
"https://github.com/tritant/ComfyUI_Layers_Utility"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI provides a powerful and flexible dynamic layering system, similar to what you would find in image editing software like Photoshop."
},
{
"author": "lex-drl",
"title": "String Constructor (Text-Formatting)",
"reference": "https://github.com/Lex-DRL/ComfyUI-StringConstructor",
"files": [
"https://github.com/Lex-DRL/ComfyUI-StringConstructor"
],
"install_type": "git-clone",
"description": "Composing prompt variants from the same text pieces with ease:\n• Build your \"library\" (dictionary) of named text chunks (sub-strings) to use it across the entire workflow.\n• Compile these snippets into different prompts in-place - with just one string formatting node.\n• Freely update the dictionary down the line - get different prompts.\n• Reference text chunks within each other to build dependent hierarchies of less/more detailed descriptions.\n• A real life-saver for regional prompting (aka area composition)."
},
{
"author": "vaishnav-vn",
"title": "va1",
@ -11,6 +41,16 @@
"install_type": "git-clone",
"description": "repo has Custon node designed to expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control — engineered for outpainting, compositional layout, and creative canvas expansion. "
},
{
"author": "wawahuy",
"title": "ComfyUI HTTP - REST API Nodes",
"reference": "https://github.com/wawahuy/ComfyUI-HTTP",
"files": [
"https://github.com/wawahuy/ComfyUI-HTTP"
],
"install_type": "git-clone",
"description": "Powerful REST API nodes for ComfyUI that enable seamless HTTP/REST integration into your workflows."
},
{
"author": "cedarconnor",
"title": "ComfyUI LatLong - Equirectangular Image Processing Nodes",
@ -650,47 +690,6 @@
],
"install_type": "git-clone",
"description": "An interactive image cropping node for ComfyUI, allowing precise visual selection of crop areas directly within your workflow. This node is designed to streamline the process of preparing images for various tasks, ensuring immediate visual feedback and control over your image dimensions."
},
{
"author": "PD19 Anime",
"title": "ComfyUI-PD19Anime-Nodes",
"reference": "https://github.com/PD19Anime/ComfyUI-PD19Anime-Nodes",
"files": [
"https://github.com/PD19Anime/ComfyUI-PD19Anime-Nodes"
],
"install_type": "git-clone",
"description": "A powerful suite of nodes for ComfyUI to dynamically load prompts and images. This pack is especially focused on batch processing from a directory and includes two main nodes: Advanced Prompt & Image Loader (Multiple) and Advanced Prompt & Image Loader (single)."
},
{
"author": "Ben Staniford",
"title": "Comfy Contact Sheet Image Loader",
"reference": "https://github.com/benstaniford/comfy-contact-sheet-image-loader",
"files": [
"https://github.com/benstaniford/comfy-contact-sheet-image-loader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for loading images from a contact sheet of recent files"
},
{
"author": "quasiblob",
"title": "ComfyUI-EsesImageEffectCurves",
"reference": "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves",
"files": [
"https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves"
],
"install_type": "git-clone",
"description": "Channel curves custom node for ComfyUI. RGB, R, G and B, luma and saturation curves adjustments. Save and load presets. Real-time curves adjustment tool directly within the user interface. Precise, interactive control over the tonal range of both image channels and masks, using a GPU-accelerated PyTorch backend for instant feedback."
},
{
"author": "FortunaCournot",
"title": "Stereoscopic",
"id": "stereoscopic",
"reference": "https://github.com/FortunaCournot/comfyui_stereoscopic",
"files": [
"https://github.com/FortunaCournot/comfyui_stereoscopic"
],
"install_type": "git-clone",
"description": "Contains ImageSBSConverter node to convert an image into a side-by-side image."
}
]
}