🐛 add leading / to img, else won't compile

This commit is contained in:
Laureηt 2023-09-05 11:43:17 +02:00
parent 6bf2160b33
commit 11ae97260b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules node_modules
dist
.direnv .direnv
*.ist *.ist

View file

@ -203,7 +203,7 @@ nous on voudrait avoir le processus inverse \
## Problème inverse, Modèles génératifs ## Problème inverse, Modèles génératifs
<img src="assets/generative-overview.png" class="m-auto h-110"/> <img src="/assets/generative-overview.png" class="m-auto h-110"/>
<a href="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/" class="absolute bottom-0 font-extralight mb-1 mr-2 right-0 text-xs">Lilian Weng, 2021</a> <a href="https://lilianweng.github.io/posts/2021-07-11-diffusion-models/" class="absolute bottom-0 font-extralight mb-1 mr-2 right-0 text-xs">Lilian Weng, 2021</a>
@ -344,7 +344,7 @@ mais meilleurs méthodes depuis 2020.
</div> </div>
<figure> <figure>
<img src="assets/ldm-simplified.png" class="w-160"> <img src="/assets/ldm-simplified.png" class="w-160">
<figcaption class="text-center">Nouvelle pipeline, ajout d'une transformation en amont</figcaption> <figcaption class="text-center">Nouvelle pipeline, ajout d'une transformation en amont</figcaption>
</figure> </figure>