philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Architecture switching from SD1 <-> SD2 is broken #62

Closed philpax closed 1 year ago

philpax commented 1 year ago

Dependent on https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/6349 unless you use https://github.com/philpax/stable-diffusion-webui/tree/phil-develop which includes that fix.

For queue correctness, the client now uses override_settings to switch the model. However, an upstream bug results in generations failing when the model architecture changes.

This will be fixed when the PR is merged or an equivalent fix is made.