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",
"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",
"title": "Stability API nodes for ComfyUI",
@ -30855,6 +30866,16 @@
"install_type": "git-clone",
"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"
}
],
"https://github.com/Comfy-Org/NIMnodes": [
[
"Get_HFToken",
"InstallNIMNode",
"LoadNIMNode",
"NIMFLUXNode"
],
{
"title_aux": "NVIDIA FLUX NIM"
}
],
"https://github.com/ComfyAssets/ComfyUI-KikoStats": [
[
"ResourceMonitor"
@ -10397,6 +10408,7 @@
"KSamplerMultiSeed",
"KSamplerMultiSeedPlus",
"LensSimulatedBloom",
"PreviewImageQueue",
"PromptRandomizer",
"StringCombine",
"TestResetButton",
@ -10639,6 +10651,14 @@
"title_aux": "LatentGC Aggressive"
}
],
"https://github.com/RainyN0077/ComfyUI-PromptSE": [
[
"PromptSE"
],
{
"title_aux": "ComfyUI-PromptSE"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[
"RBGImageStitchPlus",
@ -10806,11 +10826,14 @@
[
"RizzAnything",
"RizzBatchImageLoader",
"RizzBlur",
"RizzClean",
"RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator",
"RizzLoadLatestImage",
"RizzLoadLatestMesh",
"RizzModelBatchLoader",
"RizzPasteAndUnscale",
"RizzUpscaleImageBatch"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -2429,9 +2429,9 @@
],
"https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": [
[
"MetaManDependencyResolver",
"MetaManUniversalNode",
"MetaManWorkflowSaver"
"MetaManEmbedAndSave",
"MetaManExtractComponents",
"MetaManLoadImage"
],
{
"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": [
{
"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",
"title": "comfyUI-TiledWan",

View File

@ -3771,6 +3771,17 @@
"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": [
[
"ResourceMonitor"
@ -10397,6 +10408,7 @@
"KSamplerMultiSeed",
"KSamplerMultiSeedPlus",
"LensSimulatedBloom",
"PreviewImageQueue",
"PromptRandomizer",
"StringCombine",
"TestResetButton",
@ -10639,6 +10651,14 @@
"title_aux": "LatentGC Aggressive"
}
],
"https://github.com/RainyN0077/ComfyUI-PromptSE": [
[
"PromptSE"
],
{
"title_aux": "ComfyUI-PromptSE"
}
],
"https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [
[
"RBGImageStitchPlus",
@ -10806,11 +10826,14 @@
[
"RizzAnything",
"RizzBatchImageLoader",
"RizzBlur",
"RizzClean",
"RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator",
"RizzLoadLatestImage",
"RizzLoadLatestMesh",
"RizzModelBatchLoader",
"RizzPasteAndUnscale",
"RizzUpscaleImageBatch"
],
{