py-img-gen/stable-diffusion-text-to-model-editing
0
Fork of Text-to-image model editing (TIME) ๐ค
This is a forked version of the diffusers ๐ค implementation of Text-to-image model editing (TIME, Editing Implicit Assumptions in Text-to-Image Diffusion Models).
The code in this repository is managed at py-img-gen/diffusers-text-to-model-editing.
Here are the minor changes:
- Changes due to the renaming of the
CrossAttentionclass to theAttentionclass - Removed the
restart_paramswith large side effects from theedit_modelfunction
