This is a simple tool to explore the similarity between the representations of different concepts at different spatial positions in the h-space of diffusion models.
Just edit the prompts in the generate-reprs.ipynb notebook and run it. A folder called representations
will be generated with the h-space representations of the concepts you chose.
Then start a simple local webserver, e.g. with python -m http.server
and open localhost:8000 in your browser.
The representations used on the website are stored in a separate repo.