Skip to content

JonasLoos/h-space-similarity-explorer

Repository files navigation

H-Space similarity explorer

click here to open the tool

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.

Generating custom images for the similarity explorer

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.