Browse Source

db updated

pull/14/head
Dr.Lt.Data 2 years ago
parent
commit
3244eef34b
  1. 7
      alter-list.json
  2. 10
      custom-node-list.json

7
alter-list.json

@ -7,7 +7,12 @@
},
{
"id":"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py",
"tags":"Dynamic Thresholding, DT",
"tags":"Dynamic Thresholding, DT, CFG",
"description": "Increasing the CFG prevents the degradation of color accuracy."
},
{
"id":"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py",
"tags":"Dynamic Thresholding, DT, CFG",
"description": "Increasing the CFG prevents the degradation of color accuracy."
},
{

10
custom-node-list.json

@ -30,6 +30,16 @@
"install_type": "copy",
"description": "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. Similar to Dynamic Thresholding extension of A1111."
},
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments/sampler_rescalecfg",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py"
],
"install_type": "copy",
"description": "RescaleClassifierFreeGuidance improves the problem of images being degraded by high CFG.To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111. (<a href='https://arxiv.org/abs/2305.08891'/>reference paper</a>)"
},
{
"author": "Fannovel16",
"title": "ControlNet Preprocessors",

Loading…
Cancel
Save