mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
db updated
This commit is contained in:
parent
384071c9dd
commit
3244eef34b
@ -7,7 +7,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py",
|
"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."
|
"description": "Increasing the CFG prevents the degradation of color accuracy."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -30,6 +30,16 @@
|
|||||||
"install_type": "copy",
|
"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."
|
"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",
|
"author": "Fannovel16",
|
||||||
"title": "ControlNet Preprocessors",
|
"title": "ControlNet Preprocessors",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user