sdwebui-w-horde / sd-webui-stable-horde-worker

Stable Horde Unofficial Worker Bridge as Stable Diffusion WebUI (AUTOMATIC1111) Extension
GNU Affero General Public License v3.0
60 stars 19 forks source link

Switch from md5 to sha256 #106

Closed Maeyanie closed 1 year ago

Maeyanie commented 1 year ago

Description

Some newer StableHorde models are being added with only a sha256, not an md5.

I checked and was not able to find any models with only an md5, so it seems safe to switch completely rather than trying to implement both.

While I believe this leaves the old get_md5sum() function unused, I decided to leave the code there just in case.

Type of changes

Please check the following items before submitting your pull request