YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
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
CrossAttention
class to theAttention
class - Removed the
restart_params
with large side effects from theedit_model
function