SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

It won't allow me to initiate BLIP #6

Closed Camos101 closed 1 year ago

Camos101 commented 1 year ago

It just stays at "Initializing an image model..." indefinitely and the Extras server doesn't activate.

Cohee1207 commented 1 year ago

It's an issue of huggingface transformers on Windows https://github.com/huggingface/transformers/issues/22598 I'm looking if there's a fix I could try. Use colab version until then Probably yesterday file hashes started to have a quote in their name which Windows doesn't like Another option: run extras on the CPU in WSL (Ubuntu Linux)

Cohee1207 commented 1 year ago

Issue fixed by itself: https://github.com/huggingface/transformers/issues/22598#issuecomment-1498771635