Image-to-Image
Diffusers
StableDiffusionPipeline
peter-sushko commited on
Commit
af62223
·
verified ·
1 Parent(s): 1fede7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,7 +8,8 @@ tags:
8
  Project page: https://peter-sushko.github.io/RealEdit/
9
  Data: https://huggingface.co/datasets/peter-sushko/RealEdit
10
 
11
- <img src='https://peter-sushko.github.io/RealEdit/static/images/teaser.svg'/>
 
12
 
13
 
14
  This is the model introduce in realedit paper. There are 2 ways to run inference: either via Diffusers or original InstructPix2Pix pipeline.
 
8
  Project page: https://peter-sushko.github.io/RealEdit/
9
  Data: https://huggingface.co/datasets/peter-sushko/RealEdit
10
 
11
+ <img src="https://peter-sushko.github.io/RealEdit/static/images/teaser.svg" style="width:80%;"/>
12
+
13
 
14
 
15
  This is the model introduce in realedit paper. There are 2 ways to run inference: either via Diffusers or original InstructPix2Pix pipeline.