Image-Text-to-Video
Safetensors
bernini_renderer
SsyzeChen commited on
Commit
6976951
·
1 Parent(s): dddb3ee

Update README.md (#2)

Browse files

- Update README.md (a8ca4b0704c4dfbe140f7edb698514be76f3166a)

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -94,6 +94,14 @@ Bernini-R uses two sets of weights:
94
  `--high_noise_ckpt` / `--low_noise_ckpt`. Both a local directory and a Hugging
95
  Face repo id are accepted.
96
 
 
 
 
 
 
 
 
 
97
  ## 🚀 Usage
98
 
99
  A run is described by a **case file** — a small JSON under
 
94
  `--high_noise_ckpt` / `--low_noise_ckpt`. Both a local directory and a Hugging
95
  Face repo id are accepted.
96
 
97
+ Download models using huggingface-cli:
98
+
99
+ ```bash
100
+ pip install -U "huggingface_hub"
101
+ hf download Wan-AI/Wan2.2-T2V-A14B-Diffusers --local-dir Wan2.2-T2V-A14B-Diffusers
102
+ hf download ByteDance/Bernini --local-dir Bernini
103
+ ```
104
+
105
  ## 🚀 Usage
106
 
107
  A run is described by a **case file** — a small JSON under