From ad4c363c1a85bb090d27d7f8d4021426fcf128ff Mon Sep 17 00:00:00 2001 From: Daewoon Kim <84174755+wooni-github@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:03:47 +0900 Subject: [PATCH] Update Readme.md change sd1.5 link --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8d32911..dd12a51 100644 --- a/Readme.md +++ b/Readme.md @@ -65,7 +65,7 @@ If you are interested in the Diffusion Features and **Full Power** of FreeReg, K FreeReg does not need any training but utilizes pretrained models of existing projects: - Diffusion Feature related, download them and place them in ```tools/controlnet/models``` directory: - - Stable Diffusion v1.5 [[ckpt]](https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned.ckpt); + - Stable Diffusion v1.5 [[ckpt]](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main); - ControlNet(SDv1.5) conditioning on depth images [[ckpt-ft]](https://drive.google.com/file/d/1YSYXHZtg4Mvdh_twOK_FIc8kao3sA3z2/view?usp=drive_link); **[23/11/23 Update: We fine-tune ControlNet with real RGB-D data for better performances.]** @@ -122,4 +122,4 @@ We sincerely thank the excellent projects: - [ControlNet](https://github.com/lllyasviel/ControlNet) for Diffusion Feature extraction; - [Zoe-Depth](https://github.com/isl-org/ZoeDepth) for metric depth estimation on rgb images; - [FCGF](https://github.com/chrischoy/FCGF) for Geometric Feature extraction; -- [IDC-DC](https://github.com/kujason/ip_basic) for depth completion. \ No newline at end of file +- [IDC-DC](https://github.com/kujason/ip_basic) for depth completion.