Muhamad Syaifullah 82cbb7647b
test2
2024-10-16 14:22:18 +07:00

6 lines
243 B
Python

from spandrel import ModelLoader
def load_state_dict(state_dict):
print("WARNING: seap_extras.chainner_models is deprecated and has been replaced by the spandrel library.")
return ModelLoader().load_from_state_dict(state_dict).eval()