CoolFace
Modelpublic

py-img-gen/stable-diffusion-text-to-model-editing

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
Model Card

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 the Attention class
  • โ€”Removed the restart_params with large side effects from the edit_model function