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

more compact advanced options #51

Closed wkpark closed 1 year ago

wkpark commented 1 year ago

image

mcmonkey4eva commented 1 year ago

I don't dislike the compact format, but the label change to Minimum Mimic Scale Scheduler is incorrect.

mcmonkey4eva commented 1 year ago

I took an alternate approach to shrinking the UI space usage, by using a row for the two mode selectors (similar to this PR but slightly different), and more importantly by applying something that probably should've been done earlier: those minimum values don't apply in Constant mode, so now they're hidden entirely when Constant is selected. Thank you for pointing out the room for improvement here! Let me know if you think it can be better than this.