v0xie / sd-webui-incantations

Enhance Stable Diffusion image quality, prompt following, and more through multiple implementations of novel algorithms for Automatic1111 WebUI.
GNU General Public License v3.0
120 stars 7 forks source link

Fix: Identity matrix different dtype than output #42

Closed v0xie closed 2 months ago

v0xie commented 2 months ago

Fixes error when identity matrix isn't the same dtype as output.

Occurs when setting precision to half: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15820

drhead commented 2 months ago

This change will conflict with what I did in #43 which fixes the same issue