ComfyUI-DenoiseChooser

ComfyUI-DenoiseChooser
★ 4

去噪选择器潜变量管理自动判定高级节点
根据输入潜变量是否为空自动选择去噪强度,原样透传潜变量;空时输出第一个浮点值,否则输出第二个浮点值。
💡 在空潜变量与放大图像间自动切换去噪值时使用。
🍴 2 Forks💻 Python🔄 2025-03-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
Image of the node
📄 README

ComfyUI-DenoiseChooser

Use case

In my personal workflow I frequently swap between using a empty latent image and an upscaled image, which meant changing the denoise value each and every time I swap which got old fast

This automatically chooses the appropiate denoise value depending on if the latent is empty or not

It gets placed under ‘advanced’ in the ‘Add Node’ menu

What does it do?

The latent gets passed straight through unaltered, if it’s empty (i.e from a “Empty Latent Image” node) FLOAT outputs the first value, otherwise it outputs the second value

Bonus feature

It accept both values between 0-1 and 1-100. If it’s greater than 1 then it gets divided by a hundred. So 0.75 and 75.0 gives the same output