AiuniAI / Unique3D

[NeurIPS 2024] Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image
https://wukailu.github.io/Unique3D/
MIT License
3.1k stars 248 forks source link

每一次都会重新下载模型 #83

Open miaowu99 opened 3 months ago

miaowu99 commented 3 months ago

即使我把ckpt已经放到项目目录下了,运行后仍然总是要重新下载很多模型,而且换个目录又要重新下载,请问需要调整哪里,才能让代码直接读取ckpt里面的模型呢?

sherwoodwoo commented 3 months ago

同问,需要在哪里设置一下呢?

josepmy commented 3 months ago

You might need to check if the path to your local .ckpt files is correctly set, check code or config and ensure the model is pointing to the correct directory to prevent re-downloading.