ashawkey commited on
Commit
1a966e6
1 Parent(s): 1c28a2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="model_fp16.safetensors")
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