mcmonkeyprojects / sd-dynamic-thresholding

Dynamic Thresholding (CFG Scale Fix) for Stable Diffusion (eSwarmUI, ComfyUI, and Auto WebUI)
MIT License
1.1k stars 103 forks source link

Question Regarding New Tools #93

Closed TomLucidor closed 7 months ago

TomLucidor commented 7 months ago

Characteristic Guidance claims that Dynamic Thresholding will cause greying out of images, are there things that can be done that prevent such issue? https://github.com/scraed/CharacteristicGuidanceWebUI Note: there is another CFG scheduler https://github.com/guzuligo/CFG-Schedule-for-Automatic1111-SD Note: averaging seems similar https://github.com/klimaleksus/stable-diffusion-webui-anti-burn

mcmonkey4eva commented 7 months ago

CFG scheduler is redundant as dynthresh includes that. Antiburn is a separate concept that should be stackable alongside this extension in theory. Characteristic Guidance is separate and interesting. I'm gonna have to look into that more. DynThresh only causes graying out if you get the parameters wrong. It does happen, but it's avoidable if you just tweak params. If you're looking into the options here, Self Attention Guidance also looks really interesting. It reduces the available parameters to fiddle rather than adding more as all the above do, but instead uses smart automation to select good values dynamically as it goes.