Skip to content
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

Closed
2 tasks done
ClashSAN opened this issue Jan 28, 2023 · 14 comments
Closed
2 tasks done

[Bug]: hash changes - model not found on StableHorde #55

ClashSAN opened this issue Jan 28, 2023 · 14 comments
Labels
bug Something isn't working

Comments

@ClashSAN
Copy link

Is there existing issue for this?

  • I checked and didn't find similar issue

Does this happen on the latest commit?

  • I have confirmed this happens 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

@ClashSAN ClashSAN added the bug Something isn't working label Jan 28, 2023
@MaikoTan
Copy link
Member

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!

@ClashSAN
Copy link
Author

ClashSAN commented Jan 28, 2023

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)

@MaikoTan
Copy link
Member

Yeah, I found that too.
The problem is that we "download" the model references database (https://raw.githubusercontent.com/Sygil-Dev/nataili-model-reference/main/db.json) to the local disk, but didn't update it after that anymore.

I would fix it in the next few days.

@MaikoTan
Copy link
Member

MaikoTan commented Jan 28, 2023

(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...)

@ClashSAN
Copy link
Author

I'll try that 4.5 version btw
I just installed fresh so, good to test

@MaikoTan
Copy link
Member

Yep, so a temporary solution is to delete the stablehorde_supported_models.json and then re-launch the webui.

@ClashSAN
Copy link
Author

ClashSAN commented Jan 28, 2023

works!

delete the stablehorde_supported_models.json and then re-launch the webui.

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)

@MaikoTan
Copy link
Member

MaikoTan commented Jan 28, 2023

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.
Some Horde UI like https://aqualxx.github.io/stable-ui/ allows you to turn off/on the maintenance mode.

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.

@DmitriyPekar
Copy link

does not work with any models, I deleted the file responsible for the list of models, the latest version of webui

@MaikoTan
Copy link
Member

MaikoTan commented Feb 3, 2023

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?

@DmitriyPekar
Copy link

does not work with all models, I deleted the file responsible for the list of models, the latest version of webui > > what model do you use?

DreamShaper

@MaikoTan
Copy link
Member

MaikoTan commented Feb 3, 2023

DreamShaper

stable horde updated their DeeamSharper model as well as Anything, you should download this one...
https://huggingface.co/Airic/Dreamshaper_33-vae/resolve/main/dreamshaper_33-inclVae.ckpt

So it is the time to implement the model downloading feature. 😭

@DmitriyPekar
Copy link

DreamShaper

stable horde updated their DeeamSharper model as well as Anything, you should download this one... https://huggingface.co/Airic/Dreamshaper_33-vae/resolve/main/dreamshaper_33-inclVae.ckpt

So it is the time to implement the model downloading feature. 😭

model checkpoint not found

@MaikoTan
Copy link
Member

MaikoTan commented Feb 4, 2023

DreamShaper

stable horde updated their DeeamSharper model as well as Anything, you should download this one... huggingface.co/Airic/Dreamshaper_33-vae/resolve/main/dreamshaper_33-inclVae.ckpt
So it is the time to implement the model downloading feature. 😭

model checkpoint not found

Yep, I found that too.
But I still don't know what is the problem here. I would investigating this issue as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants