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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-DenoiseChooser and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-DenoiseChooser

Image of the node
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