Linoy Tsaban commited on
Commit
966cb16
1 Parent(s): 1f2d5dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,5 +15,5 @@ This repository contains the following relevant files:
15
  - `app.py` - Gradio application for the inversion technique combining uploading an image, captioning it, doing the DDPM Inversion and applying SEGA concepts to the editing.
16
  - `constants.py` - default config values for the `app.py`
17
  - `inversion_utils.py` - utilities for providing the DDPM Inversion
18
- - `modified_pipeline_semantic_stable_diffusion.py` - modified pipeline of SEGA for the purposes of LEDIS
19
  - `utils.py` - generic useful utils for the app
 
15
  - `app.py` - Gradio application for the inversion technique combining uploading an image, captioning it, doing the DDPM Inversion and applying SEGA concepts to the editing.
16
  - `constants.py` - default config values for the `app.py`
17
  - `inversion_utils.py` - utilities for providing the DDPM Inversion
18
+ - `modified_pipeline_semantic_stable_diffusion.py` - modified pipeline of SEGA for the purposes of LEDITS
19
  - `utils.py` - generic useful utils for the app