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

fix to sync original checkbox state when infotext loaded #76

Closed wkpark closed 11 months ago

wkpark commented 11 months ago

when infotext is loaded from params.txt, the state enabled checkbox of Dynamic Threshold will be changed but no event fired. I guess this is a bug of Gradio checkbox. (and I assume the change event should be fired)

this hack will synchronize the original checkbox state with the fake checkbox.