philpax / exilent

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

Don't parse hashes in model titles #76

Closed philpax closed 1 year ago

philpax commented 1 year ago

The A1111 web UI no longer provides hashes in model titles. This means that our existing code for parsing the hash from the title will no longer work.

The sd-models endpoint returns the hashes, so it's not a big deal - we just need to expose and use that.