Skip to content

Commit

Permalink
indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aflalo committed Apr 3, 2024
1 parent 38ce38f commit 4374662
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions ldm3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2 class="title is-3">How to use</h2>
<div class="content has-text-justified">
<p>
<h3 class="title is-5">On GPU</h2>

<code>
<pre>
<!-- <script type="application/python"> -->
Expand All @@ -331,7 +331,7 @@ <h3 class="title is-5">On GPU</h2>
<img src="static/images/ldm3d_4c_results.png" width="600">
</div>
</div>

<code>
<pre>
from PIL import Image
Expand All @@ -356,15 +356,16 @@ <h3 class="title is-5">On GPU</h2>
<div style="display: flex; justify-content: center;">
<img src="static/images/ldm3d_sr_depth_results.png" width="600">
</div>


<div class="content has-text-justified">
<h3 class="title is-5">On Gaudi</h2>

<div class="content has-text-justified">
<p>
On Habana Gaudi accelerator with the Hugging Face Optimum Habana library
LDM3D is also implemented in the <a href="https://github.com/huggingface/optimum-habana">optimum-habana
LDM3D is also implemented in the <a
href="https://github.com/huggingface/optimum-habana">optimum-habana
library</a> from Hugging Face to use it with Habana Gaudi accelerators. Such implementation makes it
really simple to use on a HPU device with a simple “import” from that library. You will be able to
benefit
Expand All @@ -374,8 +375,8 @@ <h3 class="title is-5">On Gaudi</h2>
how to run inference:
</p>
<code>


<pre>
from optimum.habana.diffusers import GaudiDDIMScheduler, GaudiStableDiffusionLDM3DPipeline
from optimum.habana.utils import set _seed
Expand Down Expand Up @@ -419,7 +420,7 @@ <h2 class="title">BibTeX</h2>
archivePrefix={arXiv},
primaryClass={cs.CV}
}</code></pre>

<pre><code>@misc{stan2023ldm3dvr,
title={LDM3D-VR: Latent Diffusion Model for 3D VR},
author={Gabriela Ben Melech Stan and Diana Wofk and Estelle Aflalo and Shao-Yen Tseng and Zhipeng Cai and
Expand Down

0 comments on commit 4374662

Please sign in to comment.