p1atdev/LECO

Bug: Guidance Rescale doesn't appear to be used

torridgristle opened this issue · 0 comments

noise_pred = rescale_noise_cfg(

rescale_noise_cfg() is used to create noise_pred, but this isn't used in what's returned (guided_target).

Also, wouldn't this work for all Stable Diffusion models, not just XL? I use it in SD 1.5 based models via the Neutral Prompt extension and it does seem to work, however if the setting is too high then the resulting images appear faded / low contrast, so perhaps it's not intended for anything but SD XL?