From ab237b0782b7779ea59b87be10c77177fbd75496 Mon Sep 17 00:00:00 2001 From: Stefan Baumann Date: Mon, 20 Jan 2025 11:02:45 +0100 Subject: [PATCH] Add link to TLFR eval code --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cbdf7d4..198c324 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ state_dict = load_file(ckpt_pth) unet.load_state_dict(state_dict, strict=True) ``` +#### Combination with Telling Left From Right (TLFR) +Our checkpoints can also be combined with more advanced feature extraction methods than [DIFT](https://diffusionfeatures.github.io/), such as [TLFR](https://telling-left-from-right.github.io/). We provide an adapted version of their codebase that can be used to reproduce our state-of-the-art zero-shot semantic correspondence results in the [`geoaware-sc-eval`](https://github.com/CompVis/cleandift/tree/geoaware-sc-eval) branch. + ## 🎓 Citation If you use this codebase or otherwise found our work valuable, please cite our paper: