multimodalart HF staff commited on
Commit
8942115
1 Parent(s): 948d147

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,4 +9,11 @@ app_file: app.py
9
  pinned: true
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
9
  pinned: true
10
  ---
11
 
12
+ This is the repository for LEDIS - Real Image Latent Editing with Edit Friendly DDPM and Semantic Guidance. More information about the technique [here](https://editing-images-project.hf.space)
13
+
14
+ 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