Cannot load the model successfully

#1
by xinhe - opened

I followed the steps in the instruction manual, but the result was as follows:
ImportError: This modeling file requires the following packages that were not found in your environment: loguru, mod
els, utils. Run pip install loguru models utils

I'm trying to figure out how to install the models package. I can't seem to install models successfully. It stopped being maintained in 2010.
https://pypi.org/project/models/#history

StepFun org

Thanks for your attention. You can install loguru in https://huggingface.co/stepfun-ai/NextStep-1.1/blob/main/requirements.txt. The models and utils are relative packages in https://huggingface.co/stepfun-ai/NextStep-1.1/tree/main, you need to run the code in this root path.

xinhe changed discussion status to closed

Sign up or log in to comment