From 3244eef34b43e6d74ea0767a6ebca50428db9137 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 17 May 2023 14:43:06 +0900 Subject: [PATCH] db updated --- alter-list.json | 7 ++++++- custom-node-list.json | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/alter-list.json b/alter-list.json index d6c4a404..56f0ba48 100644 --- a/alter-list.json +++ b/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." }, { diff --git a/custom-node-list.json b/custom-node-list.json index 472725fa..1d3acfeb 100644 --- a/custom-node-list.json +++ b/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. (reference paper)" + }, { "author": "Fannovel16", "title": "ControlNet Preprocessors",