update DB

This commit is contained in:
Dr.Lt.Data 2025-08-14 07:42:41 +09:00
parent 48dd9a3240
commit ee08c9e17f
7 changed files with 1309 additions and 1196 deletions

View File

@ -91,6 +91,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node enables the best performance on NVIDIA RTX™ Graphics Cards (GPUs) for Stable Diffusion by leveraging NVIDIA TensorRT." "description": "This node enables the best performance on NVIDIA RTX™ Graphics Cards (GPUs) for Stable Diffusion by leveraging NVIDIA TensorRT."
}, },
{
"author": "Comfy-Org",
"title": "NVIDIA FLUX NIM",
"id": "nimnodes",
"reference": "https://github.com/Comfy-Org/NIMnodes",
"files": [
"https://github.com/Comfy-Org/NIMnodes"
],
"install_type": "git-clone",
"description": "Provides nodes to utilise NVIDIA NIM, a set of accelerated inference microservices that allow you to run AI models on NVIDIA GPUs anywhere."
},
{ {
"author": "Stability-AI", "author": "Stability-AI",
"title": "Stability API nodes for ComfyUI", "title": "Stability API nodes for ComfyUI",
@ -30855,6 +30866,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space" "description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space"
}, },
{
"author": "RainyN0077",
"title": "ComfyUI-PromptSE",
"reference": "https://github.com/RainyN0077/ComfyUI-PromptSE",
"files": [
"https://github.com/RainyN0077/ComfyUI-PromptSE"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility."
},

View File

@ -3771,6 +3771,17 @@
"title_aux": "ComfyUI-FuncAsTexture-CoiiNode" "title_aux": "ComfyUI-FuncAsTexture-CoiiNode"
} }
], ],
"https://github.com/Comfy-Org/NIMnodes": [
[
"Get_HFToken",
"InstallNIMNode",
"LoadNIMNode",
"NIMFLUXNode"
],
{
"title_aux": "NVIDIA FLUX NIM"
}
],
"https://github.com/ComfyAssets/ComfyUI-KikoStats": [ "https://github.com/ComfyAssets/ComfyUI-KikoStats": [
[ [
"ResourceMonitor" "ResourceMonitor"
@ -10397,6 +10408,7 @@
"KSamplerMultiSeed", "KSamplerMultiSeed",
"KSamplerMultiSeedPlus", "KSamplerMultiSeedPlus",
"LensSimulatedBloom", "LensSimulatedBloom",
"PreviewImageQueue",
"PromptRandomizer", "PromptRandomizer",
"StringCombine", "StringCombine",
"TestResetButton", "TestResetButton",
@ -10639,6 +10651,14 @@
"title_aux": "LatentGC Aggressive" "title_aux": "LatentGC Aggressive"
} }
], ],
"https://github.com/RainyN0077/ComfyUI-PromptSE": [
[
"PromptSE"
],
{
"title_aux": "ComfyUI-PromptSE"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [ "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[ [
"RBGImageStitchPlus", "RBGImageStitchPlus",
@ -10806,11 +10826,14 @@
[ [
"RizzAnything", "RizzAnything",
"RizzBatchImageLoader", "RizzBatchImageLoader",
"RizzBlur",
"RizzClean", "RizzClean",
"RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator", "RizzDynamicPromptGenerator",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale",
"RizzUpscaleImageBatch" "RizzUpscaleImageBatch"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -2429,9 +2429,9 @@
], ],
"https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": [ "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": [
[ [
"MetaManDependencyResolver", "MetaManEmbedAndSave",
"MetaManUniversalNode", "MetaManExtractComponents",
"MetaManWorkflowSaver" "MetaManLoadImage"
], ],
{ {
"title_aux": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]" "title_aux": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,26 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Comfy-Org",
"title": "NVIDIA FLUX NIM",
"id": "nimnodes",
"reference": "https://github.com/Comfy-Org/NIMnodes",
"files": [
"https://github.com/Comfy-Org/NIMnodes"
],
"install_type": "git-clone",
"description": "Provides nodes to utilise NVIDIA NIM, a set of accelerated inference microservices that allow you to run AI models on NVIDIA GPUs anywhere."
},
{
"author": "RainyN0077",
"title": "ComfyUI-PromptSE",
"reference": "https://github.com/RainyN0077/ComfyUI-PromptSE",
"files": [
"https://github.com/RainyN0077/ComfyUI-PromptSE"
],
"install_type": "git-clone",
"description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility."
},
{ {
"author": "Baverne", "author": "Baverne",
"title": "comfyUI-TiledWan", "title": "comfyUI-TiledWan",

View File

@ -3771,6 +3771,17 @@
"title_aux": "ComfyUI-FuncAsTexture-CoiiNode" "title_aux": "ComfyUI-FuncAsTexture-CoiiNode"
} }
], ],
"https://github.com/Comfy-Org/NIMnodes": [
[
"Get_HFToken",
"InstallNIMNode",
"LoadNIMNode",
"NIMFLUXNode"
],
{
"title_aux": "NVIDIA FLUX NIM"
}
],
"https://github.com/ComfyAssets/ComfyUI-KikoStats": [ "https://github.com/ComfyAssets/ComfyUI-KikoStats": [
[ [
"ResourceMonitor" "ResourceMonitor"
@ -10397,6 +10408,7 @@
"KSamplerMultiSeed", "KSamplerMultiSeed",
"KSamplerMultiSeedPlus", "KSamplerMultiSeedPlus",
"LensSimulatedBloom", "LensSimulatedBloom",
"PreviewImageQueue",
"PromptRandomizer", "PromptRandomizer",
"StringCombine", "StringCombine",
"TestResetButton", "TestResetButton",
@ -10639,6 +10651,14 @@
"title_aux": "LatentGC Aggressive" "title_aux": "LatentGC Aggressive"
} }
], ],
"https://github.com/RainyN0077/ComfyUI-PromptSE": [
[
"PromptSE"
],
{
"title_aux": "ComfyUI-PromptSE"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [ "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[ [
"RBGImageStitchPlus", "RBGImageStitchPlus",
@ -10806,11 +10826,14 @@
[ [
"RizzAnything", "RizzAnything",
"RizzBatchImageLoader", "RizzBatchImageLoader",
"RizzBlur",
"RizzClean", "RizzClean",
"RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator", "RizzDynamicPromptGenerator",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale",
"RizzUpscaleImageBatch" "RizzUpscaleImageBatch"
], ],
{ {