File size: 929 Bytes
bad14f2 414975d |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
license: apache-2.0
---
This repository stores the pre-trained weights for [Diffusion Hyperfeatures: Searching Through Time and Space for Semantic Correspondence](https://diffusion-hyperfeatures.github.io). The code implementation of our method can be found at [https://github.com/diffusion-hyperfeatures/diffusion_hyperfeatures](https://github.com/diffusion-hyperfeatures/diffusion_hyperfeatures).
### Pretrained Networks
This repository contains the following pretrained aggregation networks.
- [Ours - SDv1-5](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network.pt?download=true)
- [Ours - SDv1-5 (One-Step)](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network_one-step.pt?download=true)
- [Ours - SDv2-1](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network_sdv2-1.pt?download=true) |