Closed GrantRVD closed 4 months ago
hi, according to README,
Download the weights from [huggingface spaces](https://huggingface.co/spaces/Wuvin/Unique3D/tree/main/ckpt) or [Tsinghua Cloud Drive](https://cloud.tsinghua.edu.cn/d/319762ec478d46c8bdf7/), and extract it to ckpt/*
we need to download them manually.
My terminal appears unable to run the local version of the gradio app (
python app/gradio_local.py --port 7860
) because it's unable to find one of the checkpoint files. I've tried using bothhttps://hf-mirror.com
andhttps://huggingface.co
as theHF_ENDPOINT
without success. The error returned is shown belowIs there a way to use
huggingface_cli
to download the checkpoint so the app will run correctly? Thanks in advance for your help! The demo online is spectacular.