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 18 forks source link

[Bug]: model references `db.json` would be outdated #56

Closed MaikoTan closed 1 year ago

MaikoTan commented 1 year ago

Is there existing issue for this?

Does this happen on the latest commit?

What happened?

The model references db.json we downloaded from https://raw.githubusercontent.com/Sygil-Dev/nataili-model-reference/main/db.json didn't get updates after downloading, which causes the model hash conflict like #55

Steps to reproduce

  1. Run the extension
  2. Ignore it several days or months after stable horde updated their db.json
  3. Still able to use the old model!

What did you expect to happen?

Update the db.json file correspondingly

Stable Diffusion WebUI Commit SHA

any

What operating system are you seeing the problem on?

Windows 11 / 10 / 8

What browsers are you seeing the problem on?

Chrome

Additional information

No response

MaikoTan commented 1 year ago

@ClashSAN Sorry for disturbing you, but could you try the latest commit? Also, the new version didn't write the db.json file to the disk anymore, it would be retrieved on every boot, you could safely delete it.