Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_link: https://huggingface.co/Snapchat/w2w/blob/main/license.md
|
|
|
|
| 4 |
---
|
| 5 |
# Interpreting the Weight Space of Customized Diffusion Models
|
| 6 |
|
|
@@ -38,4 +39,4 @@ The `weights_datasets` folder contains two datasets of model weights, one set co
|
|
| 38 |
- `weights_datasets/weight_dimensions.pt`
|
| 39 |
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
| 40 |
- `weights_datasets/adapter_config.json`
|
| 41 |
-
- A configuration file for LoRA. Used to save models in Diffusers pipeline format.
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_link: https://huggingface.co/Snapchat/w2w/blob/main/license.md
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
---
|
| 6 |
# Interpreting the Weight Space of Customized Diffusion Models
|
| 7 |
|
|
|
|
| 39 |
- `weights_datasets/weight_dimensions.pt`
|
| 40 |
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
| 41 |
- `weights_datasets/adapter_config.json`
|
| 42 |
+
- A configuration file for LoRA. Used to save models in Diffusers pipeline format.
|