buaa-csc
Results
1
issues of
buaa-csc
报告问题
2
Hunyuan3D-2-main/hy3dgen/texgen/pipelines.py def from_pretrained(cls, model_path) 这个函数 if not os.path.exists(model_path): …… raise FileNotFoundError(f"Model path {original_model_path} not found and we could not find it at huggingface") 如果路径存在,那么抛异常,这写的有点无厘头吧