db updated

This commit is contained in:
Dr.Lt.Data 2023-05-17 14:43:06 +09:00
parent 384071c9dd
commit 3244eef34b
2 changed files with 16 additions and 1 deletions

View File

@ -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."
},
{

View File

@ -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",