jhc13 / taggui

Tag manager and captioner for image datasets
GNU General Public License v3.0
495 stars 26 forks source link

Models update automatically ? #212

Closed BenDes21 closed 2 weeks ago

BenDes21 commented 2 weeks ago

Hi there, sorry for my noob question but for example the florence 2 model has/will received a small fix about the typo ( https://huggingface.co/microsoft/Florence-2-large/discussions/12 )

Do we have to do something specifically if we want that the model used by taggui receive also this fix ?

Thanks

eraser851 commented 2 weeks ago

I bet if you navigated to C:\Users\USER\ .cache\huggingface\hub, and delete the Florence model from there, Taggui will re-download the latest when you load it.

jhc13 commented 2 weeks ago

I bet if you navigated to C:\Users\USER\ .cache\huggingface\hub, and delete the Florence model from there, Taggui will re-download the latest when you load it.

It will get updated automatically even if you don't do that (the moondream2 model is an exception).

BenDes21 commented 2 weeks ago

I bet if you navigated to C:\Users\USER\ .cache\huggingface\hub, and delete the Florence model from there, Taggui will re-download the latest when you load it.

It will get updated automatically even if you don't do that (the moondream2 model is an exception).

nice thanks!!!