Tsingularity / dift

[NeurIPS'23] Emergent Correspondence from Image Diffusion
https://diffusionfeatures.github.io
MIT License
594 stars 32 forks source link

add setup.py #10

Open rb-synth opened 1 year ago

rb-synth commented 1 year ago

this allows for pip install -e . or similar. Other requirements.txt files can have:

dift @ git+https://github.com/Tsingularity/dift.git
rb-synth commented 1 year ago

Once installed, allows for

from dift import SDFeaturizer
TamirCohen commented 2 months ago

Is there any plan to merge this PR? It will be very useful to me