Nodes Browser
ComfyDeploy: How ComfyUI-DenoiseChooser works in ComfyUI?
What is ComfyUI-DenoiseChooser?
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
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-DenoiseChooser
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-DenoiseChooser
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