https://github.com/comfyanonymous/comfyui_experiments
Some experimental custom nodes.
https://github.com/comfyanonymous/comfyui_experiments
Last synced: over 1 year 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: 2024-12-19T03:02:45.961Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 166
- Watchers: 4
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.