Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahBenita authored Dec 1, 2023
1 parent 7a51ea9 commit d3fd65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
Method
Method - Test
</h3>
<p class="text-justify">
To enable multimodal, multilingual prompting, both compute efficiently and without multimodal downstream training data we use a custom modular encoder.
Expand All @@ -229,7 +229,7 @@ <h3>
the text prompt, thus simplifying the learning of mapping from embeddings to image outputs. Finally, to align the pre-trained Stable Diffusion model (1.4) with the embeddings of our modular
encoder, we retrain the conditioning by finetuning the cross-attention weights (2.2).
</p>
<image style='border:1px solid #000000' src="src/imgs/architecture.png" class="img-responsive" alt="method"><br>
<image style='border:1px solid #000000' src="/src/imgs/architecture.png" class="img-responsive" alt="method"><br>
</div>
</div>

Expand Down

0 comments on commit d3fd65d

Please sign in to comment.