Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ For more details, please refer to our paper.
|
|
30 |
To download the model:
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|
33 |
-
ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="
|
34 |
```
|
35 |
Please refer to our [repo](https://github.com/3DTopia/LGM) for more details on loading and inference.
|
36 |
|
|
|
30 |
To download the model:
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|
33 |
+
ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="model_fp16_fixrot.safetensors")
|
34 |
```
|
35 |
Please refer to our [repo](https://github.com/3DTopia/LGM) for more details on loading and inference.
|
36 |
|