Update custom-node-list.json (#1848)

added entry for Sample Scheduler Metrics Tester custom node
This commit is contained in:
ICAI Icelandic Center for Artificial Intelligence 2025-05-20 14:41:32 +00:00 committed by GitHub
parent 58b9946936
commit 839790b5ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26237,6 +26237,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "ICAI Icelandic Center for Artificial Intelligence",
"title": "Sampler Scheduler Metrics Tester for ComfyUI",
"id": "SamplerSchedulerMetricsTester",
"reference": "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester",
"files": [
"https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to test combinations of samplers and schedulers. It generates a batch of generated images(latents), as well as RGB images, each one annotated with the specific combination used, performance timing, and several image quality metrics (Laplacian Variance, Gradient Mean, FFT-based sharpness) for our internal usage, but kept as they could may be useful for others to."
}
]
}