modelscope / scepter

SCEPTER is an open-source framework used for training, fine-tuning, and inference with generative models.
https://github.com/modelscope/scepter
Apache License 2.0
428 stars 23 forks source link

Exception: Failed to init class <class 'scepter.modules.model.embedder.embedder.GeneralConditioner'>, with Failed to init class <class 'scepter.modules.model.embedder.embedder.FrozenOpenCLIPEmbedder2'>, with 'NoneType' object has no attribute 'lower' #15

Closed guoqincode closed 7 months ago

LouieStark commented 7 months ago

This issue might be caused by a mismatch in the version of open-clip-torch; we are using version 2.24.0. Please check your version to ensure compatibility.

guoqincode commented 7 months ago

thanks!!!