Fix download command to scope to checkpoints/ only
Browse files
README.md
CHANGED
|
@@ -77,8 +77,9 @@ repo, point it at this snapshot, and the demos pick the right file
|
|
| 77 |
automatically:
|
| 78 |
|
| 79 |
```bash
|
| 80 |
-
#
|
| 81 |
-
|
|
|
|
| 82 |
|
| 83 |
# Then run any of the demos, e.g.:
|
| 84 |
PYTHONPATH=. python -m pid._src.inference.from_ldm_flux \
|
|
|
|
| 77 |
automatically:
|
| 78 |
|
| 79 |
```bash
|
| 80 |
+
# Pull just the checkpoints/ tree into the repo root (skips this README and
|
| 81 |
+
# the teaser figure so they don't clobber the files in the source repo).
|
| 82 |
+
hf download nvidia/PiD --local-dir . --include "checkpoints/*"
|
| 83 |
|
| 84 |
# Then run any of the demos, e.g.:
|
| 85 |
PYTHONPATH=. python -m pid._src.inference.from_ldm_flux \
|