Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Fork of [Text-to-image model editing (TIME)](https://huggingface.co/docs/diffusers/main/en/api/pipelines/model_editing) 🤗
|
2 |
+
|
3 |
+
This is [a forked version of the diffusers 🤗 implementation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/model_editing) of [Text-to-image model editing (TIME, Editing Implicit Assumptions in Text-to-Image Diffusion Models)](https://arxiv.org/abs/2303.08084).
|
4 |
+
|
5 |
+
The code in this repository is managed at [py-img-gen/diffusers-text-to-model-editing](https://github.com/py-img-gen/diffusers-text-to-model-editing).
|
6 |
+
|
7 |
+
Here are the minor changes:
|
8 |
+
- Changes due to the renaming of the `CrossAttention` class to the `Attention` class
|
9 |
+
- Removed the `restart_params` with large side effects from the `edit_model` function
|