From 6990e30ef548a220f2d87f95a6ffa39060ece711 Mon Sep 17 00:00:00 2001 From: wangshuai6 Date: Mon, 14 Apr 2025 08:57:26 +0800 Subject: [PATCH] fix bugs(update README) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaffc4f..5fd76b2 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ HF spases: [https://huggingface.co/spaces/MCG-NJU/DDT](https://huggingface.co/sp To host the local gradio demo(default 512 resolution), run the following command: ```bash # default 512 resolution -python app.py --config configs/repa_improved_ddt_xlen22de6_512.yaml --resolution 512 --ckpt_path=XXX256.ckpt +python app.py --config configs/repa_improved_ddt_xlen22de6_512.yaml --resolution 512 --ckpt_path=XXX512.ckpt # for 256 resolution -python app.py --config configs/repa_improved_ddt_xlen22de6_256.yaml --resolution 256 --ckpt_path=XXX512.ckpt +python app.py --config configs/repa_improved_ddt_xlen22de6_256.yaml --resolution 256 --ckpt_path=XXX256.ckpt ``` ## Usages