From 9cb89d3decb88145b06367712bc13c068074746f Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 29 Apr 2025 06:12:48 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `dependicies` → `dependencies` - `argumenets` → `arguments` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32598f9..d8c6f03 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ conda activate rollingdepth ``` ### 💻 Dependencies -Install dependicies: +Install dependencies: ```bash pip install -r requirements.txt bash script/install_diffusers_dev.sh # Install modified diffusers with cross-frame self-attention @@ -107,7 +107,7 @@ python run_video.py \ - `--save-npy`: whether to save depth maps as .npy files. Default: True. - `--save-snippets`: whether to save initial snippets. Default: False -#### Other argumenets +#### Other arguments - Please run `python run_video.py --help` to get details for other arguments. - For low GPU memory footage: pass ` --max-vae-bs 1 --unload-snippet true` and use a smaller resolution, e.g. `--res 512`