Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

JonasLoos/h-space-similarity-explorer

Repository files navigation

Note

This project is archived. Check out the Representation Similarity Explorer instead!

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.