๐Ÿ“ฆ comfyanonymous / ComfyUI_experiments

Some experimental custom nodes.

โ˜… 196 stars โ‘‚ 22 forks ๐Ÿ‘ 196 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/comfyanonymous/ComfyUI_experiments.git
HTTPS git clone https://github.com/comfyanonymous/ComfyUI_experiments.git
SSH git clone git@github.com:comfyanonymous/ComfyUI_experiments.git
CLI gh repo clone comfyanonymous/ComfyUI_experiments
comfyanonymous comfyanonymous Merge pull request #7 from bvhari/master 934dba9 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ workflows
๐Ÿ“„ __init__.py
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ reference_only.py
๐Ÿ“„ sampler_tonemap.py
๐Ÿ“„ README.md

Some experimental custom nodes for ComfyUI

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

They will show up in: customnodeexperiments/

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

advancedmodelmerging.py

Node for merging models by block.

sdxlmodelmerging.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.