Linoy Tsaban commited on
Commit
6bc3736
·
1 Parent(s): 622b47c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -10
index.html CHANGED
@@ -332,18 +332,14 @@
332
  <div class="column">
333
  <p>
334
  <b>Efficiency.</b>
335
- LEDITS++ offers substantial performance improvements over other image editing methods.
336
- As a parameter-free approach, LEDITS++ does not require any
337
- computationally expensive fine-tuning or optimization.
338
- Consequently, LEDITS++ is orders of magnitude faster than methods like Imagic or Pix2Pix-Zero.
339
  </p>
340
  </div>
341
  <div class="column">
342
  <p>
343
  <b>Versatility.</b>
344
- LEDITS++ re-mains versatile, enabling sheer limitless editing possibilities.
345
  LEDITS++ facilitates fine-grained edits and holistic changes such as style transfer.
346
- Furthermore, object removal and replacement facilitate even more image editing tasks.
347
  To the best of our knowledge, LEDITS++ is the only diffusion-based image editing method
348
  inherently supporting multiple edits in isolation.
349
  </p>
@@ -352,10 +348,8 @@
352
  <p>
353
  <b>Precision.</b>
354
  LEDITS++’s methodology keeps edits concise and avoids unnecessary deviations
355
- from the input image through prefect inversion and use of implict masking.
356
- Perfect inversion will reconstruct the exact input image if no edit is applied.
357
- Iimplicit masking will semantically ground each edit to relevant image regions -
358
- specifically important for editing multiple concepts simultaneously.
359
 
360
  </p>
361
  </div>
 
332
  <div class="column">
333
  <p>
334
  <b>Efficiency.</b>
335
+ As a parameter-free approach, LEDITS++ does not require any fine-tuning or optimization.
336
+ In addition we use a recent, fast scheduler altogether making LEDITS++ six times faster than recent DDPM inversion.
 
 
337
  </p>
338
  </div>
339
  <div class="column">
340
  <p>
341
  <b>Versatility.</b>
 
342
  LEDITS++ facilitates fine-grained edits and holistic changes such as style transfer.
 
343
  To the best of our knowledge, LEDITS++ is the only diffusion-based image editing method
344
  inherently supporting multiple edits in isolation.
345
  </p>
 
348
  <p>
349
  <b>Precision.</b>
350
  LEDITS++’s methodology keeps edits concise and avoids unnecessary deviations
351
+ from the input image through prefect inversion and use of implict masking
352
+ (specifically important for editing multiple concepts simultaneously).
 
 
353
 
354
  </p>
355
  </div>