Linoy Tsaban commited on
Commit
ca465c8
·
1 Parent(s): fdbe458

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -2
index.html CHANGED
@@ -332,18 +332,31 @@
332
  <div class="column">
333
  <p>
334
  <b>Efficiency.</b>
335
- LEDITS++ offers substantial performance improvements over other image editing methods. As a parameter-free approach, LEDITS++ does not require any computationally expensive fine-tuning or
336
- optimization. Consequently, LEDITS++ is orders of magnitude faster than methods like Imagic or Pix2Pix-Zero
 
 
337
  </p>
338
  </div>
339
  <div class="column">
340
  <p>
341
  <b>Versatility.</b>
 
 
 
 
 
342
  </p>
343
  </div>
344
  <div class="column">
345
  <p>
346
  <b>Precision.</b>
 
 
 
 
 
 
347
  </p>
348
  </div>
349
  </div>
 
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>
350
  </div>
351
  <div class="column">
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>
362
  </div>