From cf63800f63b8007dd98cbeca95e56c07476b7869 Mon Sep 17 00:00:00 2001 From: OHLIA Date: Thu, 20 Mar 2025 16:42:22 +0800 Subject: [PATCH] Update README.md Download Huggingface models. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c2352a..dfde40d 100644 --- a/README.md +++ b/README.md @@ -74,17 +74,17 @@ chmod a+x install.sh mkdir weights cd ./weights git lfs install -git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1 +git clone git@hf.co:stabilityai/stable-video-diffusion-img2vid-xt-1-1.git ``` #### 2. Download the [DepthCrafter model](https://huggingface.co/tencent/DepthCrafter) for the video depth estimation. ```bash -git clone https://huggingface.co/tencent/DepthCrafter +git clone git@hf.co:tencent/DepthCrafter.git ``` #### 3. Download the [StereoCrafter model](https://huggingface.co/TencentARC/StereoCrafter) for the stereo video generation. ```bash -git clone https://huggingface.co/TencentARC/StereoCrafter +git clone git@hf.co:TencentARC/StereoCrafter.git ```