This repository contains the dataset of model weights and utility files for Interpreting the Weight Space of Customized Diffusion Models (aka weights2weights). The code can be found at https://github.com/snap-research/weights2weights. The files folder contains auxiliary files that our code requires to run. The weights_datasets folder contains the datasets of model weights in addition to metadata and supplemental files. If you are interested in the images used to train models to create our dataset of model weights, visit this link.
The files/ folder contains the files needed for our code here in order to conduct sampling, inversion, and editing in weights2weights space.
files/V.pt
files/mean.pt
files/std.pt
files/proj_1000pc.pt
files/pinverse.pt
files/identity_df.pt
files/weight_dimensions.pt
files/adapter_config.json
The weights_datasets folder contains two datasets of model weights, one set containing LoRA weights encoding different human visual identities, and another for different dog breeds. We also provide metadata and files for handling these datasets. An example on how to open a model from these datasets is available at: https://github.com/snap-research/weights2weights/blob/main/other/datasets.ipynb
weights_datasets/identities/all_weights.pt
weights_datasets/identities/identity_df.pt
weights_datasets/dogs/dog_weights.pt
weights_datasets/dogs/dog_labels.pt
dog_weights.pt.weights_datasets/weight_dimensions.pt
weights_datasets/adapter_config.json
The images used to conduct Dreambooth fine-tuning can be found at this link. We provide instructions for how to use these images to train models and recreate our dataset of model weights in our GitHub Repo.
This repository contains the dataset of model weights and utility files for Interpreting the Weight Space of Customized Diffusion Models (aka weights2weights). The code can be found at https://github.com/snap-research/weights2weights. The files folder contains auxiliary files that our code requires to run. The weights_datasets folder contains the datasets of model weights in addition to metadata and supplemental files. If you are interested in the images used to train models to create our dataset of model weights, visit this link.
The files/ folder contains the files needed for our code here in order to conduct sampling, inversion, and editing in weights2weights space.
files/V.pt
files/mean.pt
files/std.pt
files/proj_1000pc.pt
files/pinverse.pt
files/identity_df.pt
files/weight_dimensions.pt
files/adapter_config.json
The weights_datasets folder contains two datasets of model weights, one set containing LoRA weights encoding different human visual identities, and another for different dog breeds. We also provide metadata and files for handling these datasets. An example on how to open a model from these datasets is available at: https://github.com/snap-research/weights2weights/blob/main/other/datasets.ipynb
weights_datasets/identities/all_weights.pt
weights_datasets/identities/identity_df.pt
weights_datasets/dogs/dog_weights.pt
weights_datasets/dogs/dog_labels.pt
dog_weights.pt.weights_datasets/weight_dimensions.pt
weights_datasets/adapter_config.json
The images used to conduct Dreambooth fine-tuning can be found at this link. We provide instructions for how to use these images to train models and recreate our dataset of model weights in our GitHub Repo.