xrenaa commited on
Commit
09bd083
·
verified ·
1 Parent(s): 5dcdc89

Fix download command to scope to checkpoints/ only

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- # Download this whole snapshot into ./checkpoints
81
- hf download nvidia/PiD --local-dir .
 
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 \