Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ You can download the `.safetensors` weights (e.g., `dit_lora.safetensors`) using
|
|
| 77 |
pip install huggingface_hub
|
| 78 |
|
| 79 |
# Replace [YOUR_REPO] with your actual Hugging Face repository path
|
| 80 |
-
repo_name="
|
| 81 |
local_dir="models/"$repo_name
|
| 82 |
|
| 83 |
huggingface-cli download $repo_name --local-dir $local_dir
|
|
|
|
| 77 |
pip install huggingface_hub
|
| 78 |
|
| 79 |
# Replace [YOUR_REPO] with your actual Hugging Face repository path
|
| 80 |
+
repo_name="ScottHan/PositionIC"
|
| 81 |
local_dir="models/"$repo_name
|
| 82 |
|
| 83 |
huggingface-cli download $repo_name --local-dir $local_dir
|