What's the point in model hashing? #13577
-
I'm wondering what the exact use case is for sha256 model hashing in a1111. Why do we do it and what benefits are there? I can't find anywhere online where this is addressed directly and I'm curious to understand the design intention. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Model hash should be some kind of "identification" of the model. If you have some settings and the name of the model is missing or wrong, but have a hash, it could theoretical be found online by the hash. But since everyone can alter a model (for example, I prune big models down) where the hash is then different, it's pretty much useless and probably an old "good indention" from the very early days, where no one could alter or create models. |
Beta Was this translation helpful? Give feedback.
Model hash should be some kind of "identification" of the model. If you have some settings and the name of the model is missing or wrong, but have a hash, it could theoretical be found online by the hash.
But since everyone can alter a model (for example, I prune big models down) where the hash is then different, it's pretty much useless and probably an old "good indention" from the very early days, where no one could alter or create models.