From edc95359d06748b8a362a2735c11594128e3d030 Mon Sep 17 00:00:00 2001 From: Mahdi-CV <33104503+Mahdi-CV@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:56:48 -0800 Subject: [PATCH] Update README_zh.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index ae77669..750c9fb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -194,7 +194,7 @@ pip install -e . 为了确保安装适用于 ROCm 的正确 PyTorch 版本,请使用专用的依赖文件: ``` -git clone [https://github.com/modelscope/DiffSynth-Studio.git](https://github.com/modelscope/DiffSynth-Studio.git) +git clone https://github.com/modelscope/DiffSynth-Studio.git cd DiffSynth-Studio pip install -r requirements-amd.txt ```