update DB

This commit is contained in:
Dr.Lt.Data 2025-01-31 08:48:59 +09:00
parent 36ef1b2fd6
commit e8dd21c0c3
9 changed files with 1623 additions and 1555 deletions

View File

@ -3231,6 +3231,16 @@
"install_type": "git-clone",
"description": "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)"
},
{
"author": "kijai",
"title": "ComfyUI-StableXWrapper",
"reference": "https://github.com/kijai/ComfyUI-StableXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-StableXWrapper"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper for [a/StableX normal](https://github.com/Stable-X/StableNormal)/[a/delight](https://github.com/Stable-X/StableDelight) models"
},
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",
@ -14887,7 +14897,7 @@
"https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm"
],
"install_type": "git-clone",
"description": "Auto prompt by LLM and LLM-Vision. (Trigger more details hiding in model)"
"description": "NODES: Auto-LLM-Text-Vision, Auto-LLM-Text, Auto-LLM-Vision"
},
{
"author": "xlinx",

View File

@ -11356,8 +11356,10 @@
],
"https://github.com/asagi4/comfyui-utility-nodes": [
[
"MUConditioningCutoff",
"MUForceCacheClear",
"MUJinjaRender",
"MURemoveControlNet",
"MUReplaceModelWeights",
"MUSimpleWildcard"
],
@ -15432,10 +15434,14 @@
"RecoursePolar",
"RecourseStrings",
"SelInClip",
"SelInFloat",
"SelInGuider",
"SelInInt",
"SelInLatent",
"SelInModel",
"SelInPolar",
"SelInSampler",
"SelInSigmas",
"SelInVae",
"SelOutCLIP",
"SelOutModel",
@ -19553,6 +19559,16 @@
"title_aux": "ComfyUI-SUPIR"
}
],
"https://github.com/kijai/ComfyUI-StableXWrapper": [
[
"DifferenceExtractorNode",
"DownloadAndLoadStableXModel",
"StableXProcessImage"
],
{
"title_aux": "ComfyUI-StableXWrapper"
}
],
"https://github.com/kijai/ComfyUI-depth-fm": [
[
"Depth_fm"
@ -26783,7 +26799,7 @@
],
"https://github.com/willmiao/ComfyUI-Lora-Manager": [
[
"LorasEndpoint"
"LoRAGateway"
],
{
"title_aux": "ComfyUI-Lora-Manager"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,16 @@
{
"author": "Krish-701",
"title": "RK_Comfyui",
"reference": "https://github.com/Krish-701/RK_Comfyui",
"files": [
"https://github.com/Krish-701/RK_Comfyui"
],
"install_type": "git-clone",
"description": "NODES: RK Excel File State Looper, RK Accumulate Text, RK Advanced Script Finder, RK CSV File State Looper, RK Read Excel Row, RK Sequential Image Viewer, RK Concatenate Text, RK Write Text, RK Save Image, RK Seed Loop"
},
{
"author": "mikebilly",
"title": "transparent-background-comfyui",
@ -31,16 +41,6 @@
"install_type": "git-clone",
"description": "NODES: Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend."
},
{
"author": "ryanontheinside",
"title": "ComfyUI_ScavengerHunt",
"reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt",
"files": [
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt"
],
"install_type": "git-clone",
"description": "NODES: Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized."
},
{
"author": "Kayarte",
"title": "Time Series Nodes for ComfyUI [Experimental]",

View File

@ -1092,6 +1092,26 @@
"title_aux": "ComfyUI Production Nodes Pack [WIP]"
}
],
"https://github.com/Krish-701/RK_Comfyui": [
[
"RK_Accumulate_Text_Multiline",
"RK_Accumulate_Text_Multiline_Numbered",
"RK_Advanced_Script_Finder",
"RK_CSV_File_State_Looper_v01",
"RK_Calc",
"RK_Concatenate_Text",
"RK_Excel_File_State_Looper",
"RK_ImageViewer",
"RK_Read_Excel_Row",
"RK_Write_Text",
"RK_seed",
"rk_save_image",
"rk_save_image_v01"
],
{
"title_aux": "RK_Comfyui"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"Add_text_by_mask"
@ -3469,6 +3489,7 @@
"Hy3DMeshUVWrap",
"Hy3DMeshVerticeInpaintTexture",
"Hy3DModelLoader",
"Hy3DNvdiffrastRenderer",
"Hy3DPostprocessMesh",
"Hy3DRenderMultiView",
"Hy3DRenderMultiViewDepth",
@ -4451,16 +4472,6 @@
"title_aux": "ComfyUI RukaLib [WIP]"
}
],
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": [
[
"CLIPSimilarityCompare",
"ImageSimilarityCompare",
"SemanticSimilarityCompare"
],
{
"title_aux": "ComfyUI_ScavengerHunt"
}
],
"https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": [
[
"YoloNasDetectionTensorrt"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,16 @@
{
"author": "ryanontheinside",
"title": "ComfyUI_ScavengerHunt [REMOVED]",
"reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt",
"files": [
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt"
],
"install_type": "git-clone",
"description": "NODES: Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized."
},
{
"author": "vpakarinen",
"title": "ComfyUI-GenerationTimer [REMOVED]",

View File

@ -9,6 +9,16 @@
},
{
"author": "kijai",
"title": "ComfyUI-StableXWrapper",
"reference": "https://github.com/kijai/ComfyUI-StableXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-StableXWrapper"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper for [a/StableX normal](https://github.com/Stable-X/StableNormal)/[a/delight](https://github.com/Stable-X/StableDelight) models"
},
{
"author": "GHOSTLXH",
"title": "ComfyUI-Counternodes",
@ -218,13 +228,13 @@
{
"author": "ProGamerGov",
"title": "PyTorch 360° Image Conversion Toolkit for ComfyUI",
"id": "pytorch360convert",
"id": "comfyui-pytorch360convert",
"reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert",
"files": [
"https://github.com/ProGamerGov/ComfyUI_pytorch360convert"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano."
"description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano."
},
{
"author": "Conor-Collins",
@ -677,16 +687,6 @@
],
"install_type": "git-clone",
"description": "This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI"
},
{
"author": "Kidev",
"title": "ComfyUI Fisheye Effects Nodes",
"reference": "https://github.com/Kidev/ComfyUI-Fisheye-effects",
"files": [
"https://github.com/Kidev/ComfyUI-Fisheye-effects"
],
"install_type": "git-clone",
"description": "Provides tools for applying and removing fisheye lens effects from images."
}
]
}

View File

@ -11356,8 +11356,10 @@
],
"https://github.com/asagi4/comfyui-utility-nodes": [
[
"MUConditioningCutoff",
"MUForceCacheClear",
"MUJinjaRender",
"MURemoveControlNet",
"MUReplaceModelWeights",
"MUSimpleWildcard"
],
@ -15432,10 +15434,14 @@
"RecoursePolar",
"RecourseStrings",
"SelInClip",
"SelInFloat",
"SelInGuider",
"SelInInt",
"SelInLatent",
"SelInModel",
"SelInPolar",
"SelInSampler",
"SelInSigmas",
"SelInVae",
"SelOutCLIP",
"SelOutModel",
@ -19553,6 +19559,16 @@
"title_aux": "ComfyUI-SUPIR"
}
],
"https://github.com/kijai/ComfyUI-StableXWrapper": [
[
"DifferenceExtractorNode",
"DownloadAndLoadStableXModel",
"StableXProcessImage"
],
{
"title_aux": "ComfyUI-StableXWrapper"
}
],
"https://github.com/kijai/ComfyUI-depth-fm": [
[
"Depth_fm"
@ -26783,7 +26799,7 @@
],
"https://github.com/willmiao/ComfyUI-Lora-Manager": [
[
"LorasEndpoint"
"LoRAGateway"
],
{
"title_aux": "ComfyUI-Lora-Manager"