Image-Text-to-Video
Safetensors
bernini_renderer

Update README.md

#2
by SsyzeChen - opened
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