-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: hash changes - model not found on StableHorde #55
Comments
I found that the Anything Diffusion that Stable Horde using is updated to the V4.5 version, try to download the new one with this link: https://huggingface.co/Airic/Anything-V4.5/resolve/main/Anything-v4.5-pruned-mergedVae.ckpt This turns out it might be time to implement the model selection feature with auto-downloading. Sorry! |
hmm, that's right, the model was removed by owner on huggingface. But still, somehow, I was able to server 3.0 on an older version? well that's interesting, 4.0 is not the same thing right? (the 4.0 will make more nsfw content as it was merged with such) |
Yeah, I found that too. I would fix it in the next few days. |
(Yep, the stable horde server side doesn't even care about what model you are using, it is all given to the worker bridge client..., so technically you could cheat the model hash system and give a totally different model...) |
I'll try that 4.5 version btw |
Yep, so a temporary solution is to delete the |
works!
I did this^ I had to get new api key since i was put into maintenance mode very often. I disable processing and some other img2img and inpaint modes and I think it was not processing these properly (since I used an old webui version) |
Oh, you don't need to. And I would implement the maintenance mode switch on our side as soon as possible. webui have changed their internal API several times, so now I can only track the latest version and use the latest one. Hope it would not be changed a lot in the future. |
does not work with any models, I deleted the file responsible for the list of models, the latest version of webui |
what model are you using? |
DreamShaper |
stable horde updated their DeeamSharper model as well as Anything, you should download this one... So it is the time to implement the model downloading feature. 😭 |
model checkpoint not found |
Yep, I found that too. |
Is there existing issue for this?
Does this happen on the latest commit?
What happened?
new model hashing system not recognized by SDHordeWorker. no errors in terminal
Steps to reproduce
on cc8c9b7 of webui,
infobox shows: Current model Anything-V3.0-pruned.ckpt [543bcbc212] not found on StableHorde
using da0e8e8 of this extension
using an older version of webui - 9cfd10cde (Jan 11) still works with this model, on current extension version
What did you expect to happen?
connection success
Stable Diffusion WebUI Commit SHA
cc8c9b7
What operating system are you seeing the problem on?
Windows 11 / 10 / 8
What browsers are you seeing the problem on?
Firefox
Additional information
No response
The text was updated successfully, but these errors were encountered: