https://github.com/comfyanonymous/ComfyUI_experiments
Some experimental custom nodes.
https://github.com/comfyanonymous/ComfyUI_experiments
Last synced: 11 months ago
JSON representation
Some experimental custom nodes.
- Host: GitHub
- URL: https://github.com/comfyanonymous/ComfyUI_experiments
- Owner: comfyanonymous
- License: gpl-3.0
- Created: 2023-04-17T16:16:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:29:49.000Z (about 2 years ago)
- Last Synced: 2025-04-06T13:22:48.073Z (about 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 174
- Watchers: 4
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_experiments**
- awesome-comfyui - **ComfyUI_experiments**
README
## Some experimental custom nodes for [ComfyUI](https://github.com/comfyanonymous/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.