update DB

This commit is contained in:
Dr.Lt.Data 2024-12-25 12:48:49 +09:00
parent dd4db738fd
commit f0d5ad122a
2 changed files with 44 additions and 23 deletions

View File

@ -9804,6 +9804,17 @@
"install_type": "git-clone", "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." "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", "author": "sdfxai",
"title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration",
@ -12608,6 +12619,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Image processing tool for ComfyUI" "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", "author": "my-opencode",
"title": "ComfyUI_IndustrialMagick", "title": "ComfyUI_IndustrialMagick",
@ -18776,28 +18798,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"
} }
] ]
} }

View File

@ -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", "author": "Light-x02",
"title": "Flux Settings Node", "title": "Flux Settings Node",