From f0d5ad122a19f91a253ac8a4546812775e0d4562 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 25 Dec 2024 12:48:49 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 44 +++++++++++++++---------------- node_db/new/custom-node-list.json | 23 +++++++++++++++- 2 files changed, 44 insertions(+), 23 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 55f84d25..09c9ad69 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9804,6 +9804,17 @@ "install_type": "git-clone", "description": "СomfyUI version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds samplers directly to KSampler nodes." }, + { + "author": "Koishi-Star", + "title": "Pyramid_Noise_For_Inference", + "id": "Pyramid_Noise_For_Inference", + "reference": "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference", + "files": [ + "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference" + ], + "install_type": "git-clone", + "description": "Using pyramid_noise instead of original noise in inference" + }, { "author": "sdfxai", "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", @@ -12608,6 +12619,17 @@ "install_type": "git-clone", "description": "Image processing tool for ComfyUI" }, + { + "author": "licyk", + "title": "ComfyUI-TCD-Sampler", + "id": "TCD-Sampler", + "reference": "https://github.com/licyk/ComfyUI-TCD-Sampler", + "files": [ + "https://github.com/licyk/ComfyUI-TCD-Sampler" + ], + "install_type": "git-clone", + "description": "Adding TCD sampling" + }, { "author": "my-opencode", "title": "ComfyUI_IndustrialMagick", @@ -18776,28 +18798,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "licyk", - "title": "ComfyUI-TCD-Sampler", - "id": "TCD-Sampler", - "reference": "https://github.com/licyk/ComfyUI-TCD-Sampler", - "files": [ - "https://github.com/licyk/ComfyUI-TCD-Sampler" - ], - "install_type": "git-clone", - "description": "Adding TCD sampling" - }, - { - "author": "Koishi-Star", - "title": "Pyramid_Noise_For_Inference", - "id": "Pyramid_Noise_For_Inference", - "reference": "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference", - "files": [ - "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference" - ], - "install_type": "git-clone", - "description": "Using pyramid_noise instead of original noise in inference" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 65165b81..64bff0dd 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,28 @@ }, - + { + "author": "licyk", + "title": "ComfyUI-TCD-Sampler", + "id": "TCD-Sampler", + "reference": "https://github.com/licyk/ComfyUI-TCD-Sampler", + "files": [ + "https://github.com/licyk/ComfyUI-TCD-Sampler" + ], + "install_type": "git-clone", + "description": "Adding TCD sampling" + }, + { + "author": "Koishi-Star", + "title": "Pyramid_Noise_For_Inference", + "id": "Pyramid_Noise_For_Inference", + "reference": "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference", + "files": [ + "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference" + ], + "install_type": "git-clone", + "description": "Using pyramid_noise instead of original noise in inference" + }, { "author": "Light-x02", "title": "Flux Settings Node",