Nodes Browser

ComfyDeploy: How ComfyUI_experiments works in ComfyUI?

What is ComfyUI_experiments?

Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.

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_experiments and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Some experimental custom nodes for ComfyUI

Copy the .py files to your custom_nodes directory to use them.

They will show up in: custom_node_experiments/

sampler_tonemap.py

contains ModelSamplerTonemapNoiseTest a node that makes the sampler use a simple tonemapping algorithm to tonemap the noise. It will let you use higher CFG without breaking the image. To using higher CFG lower the multiplier value.

sampler_rescalecfg.py

contains an implementation of the Rescale Classifier-Free Guidance from: https://arxiv.org/pdf/2305.08891.pdf

advanced_model_merging.py

Node for merging models by block.

sdxl_model_merging.py

Node for merging SDXL base models.

reference_only.py

Contains a node that implements the "reference only controlnet". An example workflow can be found in the workflows folder.