db0 / nataili

GNU Affero General Public License v3.0
13 stars 35 forks source link

fix: safetensor models now warn the user they are not supported #40

Closed tazlin closed 1 year ago

tazlin commented 1 year ago

The addition of safetensor models in the model reference causes users which use webui.py to configure their worker to be able to select models which are not supported by nataili.

This change will warn the user they are not supported presently and that they will be in the near future.

tazlin commented 1 year ago

Closes https://github.com/db0/AI-Horde-Worker/issues/180.

tazlin commented 1 year ago

While this fix works great in the confines of nataili, evidently the worker performs the check before even invoking nataili. Closing.