Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,8 @@ tags:
|
|
| 9 |
|
| 10 |
<img src="teaser.jpg" alt="teaser" width="800"/>
|
| 11 |
|
| 12 |
-
This repository contains the dataset of model weights and utility files for [Interpreting the Weight Space of Customized Diffusion Models](https://snap-research.github.io/weights2weights/) (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.
|
|
|
|
| 13 |
|
| 14 |
# Files for creating *weights2weights* Space
|
| 15 |
The `files/` folder contains the files needed for our code [here](https://snap-research.github.io/weights2weights/) in order to conduct sampling, inversion, and editing in *weights2weights* space.
|
|
@@ -43,4 +44,6 @@ The `weights_datasets` folder contains two datasets of model weights, one set co
|
|
| 43 |
- `weights_datasets/weight_dimensions.pt`
|
| 44 |
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
| 45 |
- `weights_datasets/adapter_config.json`
|
| 46 |
-
- A configuration file for LoRA. Used to save models in Diffusers pipeline format.
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
<img src="teaser.jpg" alt="teaser" width="800"/>
|
| 11 |
|
| 12 |
+
This repository contains the dataset of model weights and utility files for [Interpreting the Weight Space of Customized Diffusion Models](https://snap-research.github.io/weights2weights/) (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 dataset of images used to create our dataset of model weights, visit this [link] (https://huggingface.co/datasets/wangkua1/w2w-celeba-generated/tree/main).
|
| 13 |
+
|
| 14 |
|
| 15 |
# Files for creating *weights2weights* Space
|
| 16 |
The `files/` folder contains the files needed for our code [here](https://snap-research.github.io/weights2weights/) in order to conduct sampling, inversion, and editing in *weights2weights* space.
|
|
|
|
| 44 |
- `weights_datasets/weight_dimensions.pt`
|
| 45 |
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
| 46 |
- `weights_datasets/adapter_config.json`
|
| 47 |
+
- A configuration file for LoRA. Used to save models in Diffusers pipeline format.
|
| 48 |
+
# Recreating the Dataset of Weights
|
| 49 |
+
The images used to conduct Dreambooth fine-tuning can be found at this [link](https://huggingface.co/datasets/wangkua1/w2w-celeba-generated/tree/main). We provide instructions for how to recreate the dataset in our [GitHub Repo](https://github.com/snap-research/weights2weights/tree/main).
|