Skip to content

Commit

Permalink
Fixes HF link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Voleti committed Dec 12, 2023
1 parent 2d42be1 commit c0160e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,7 @@ python launch.py --config configs/magic123-refine-sd.yaml --train --gpu 0 data.i

**Installation**

Download pretrained Stable Zero123 weights into `load/zero123`:

```sh
cd load/zero123
wget https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt
```
Download pretrained Stable Zero123 checkpoint `stable-zero123.ckpt` into `load/zero123` from https://huggingface.co/stabilityai/stable-zero123

**Results obtained by threestudio (Stable Zero123 vs Zero123-XL)**
![Final_video_v01](https://github.com/threestudio-project/threestudio/assets/22424247/bf2d2213-5027-489c-a6ba-1c56c14ee8b7)
Expand Down
2 changes: 1 addition & 1 deletion load/zero123/download.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wget https://huggingface.co/cvlab/zero123-weights/resolve/main/105000.ckpt
# mv 105000.ckpt zero123-original.ckpt
wget https://zero123.cs.columbia.edu/assets/zero123-xl.ckpt
wget https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt
# Download stable_zero123.ckpt from https://huggingface.co/stabilityai/stable-zero123

0 comments on commit c0160e7

Please sign in to comment.