From f7a4d67e355fc898c99517e3c16e08818431f887 Mon Sep 17 00:00:00 2001 From: zishen-ucap Date: Fri, 17 Jan 2025 18:48:17 +0800 Subject: [PATCH] Fixed issues based on PR review --- TeaCache4CogVideoX1.5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeaCache4CogVideoX1.5/README.md b/TeaCache4CogVideoX1.5/README.md index 46a90dd..49ff457 100644 --- a/TeaCache4CogVideoX1.5/README.md +++ b/TeaCache4CogVideoX1.5/README.md @@ -27,7 +27,7 @@ pip install --upgrade diffusers[torch] transformers protobuf tokenizers sentence You can modify the `rel_l1_thresh` to obtain your desired trade-off between latency and visul quality, and change the `ckpts_path`, `prompt`, `image_path` to customize your identity-preserving video. -For T2v inference, you can use the following command: +For T2V inference, you can use the following command: ```bash cd TeaCache4CogVideoX1.5 @@ -41,7 +41,7 @@ python3 teacache_sample_video.py \ --output_path ./teacache_results ``` -For I2v inference, you can use the following command: +For I2V inference, you can use the following command: ```bash cd TeaCache4CogVideoX1.5