Skip to content

Commit

Permalink
Revert "fixed refinement"
Browse files Browse the repository at this point in the history
This reverts commit 3960795.
  • Loading branch information
gofixyourself committed Apr 21, 2024
1 parent 3e135fa commit 332aef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
14 changes: 4 additions & 10 deletions K31/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h2 class="title is-3">Abstract</h2>
<h2 class="title is-3">Table of Contents</h2>
<ul style="text-align: center; list-style: none; padding: 0;">
<ul style="display: inline-block; margin-right: 20px;"><a href="#pipeline">Overall Pipeline</a></ul>
<ul style="display: inline-block; margin-right: 20px;"><a href="#flash">Kandinksy Flash (Kandinsky 3.0 Refiner)</a></ul>
<ul style="display: inline-block; margin-right: 20px;"><a href="#flash">Kandinksy Flash</a></ul>
<ul style="display: inline-block; margin-right: 20px;"><a href="#prompt">Prompt Beautification</a></ul>
<ul style="display: inline-block; margin-right: 20px;"><a href="#inpainting">Kandinsky Inpainting</a></ul>
<ul style="display: inline-block; margin-right: 20px;"><a href="#res">Kandinksy SuperRes</a></ul>
Expand Down Expand Up @@ -261,7 +261,7 @@ <h2 class="title is-3">Overall Pipeline</h2>

<div class="columns is-centered has-text-centered" id="flash">
<div class="column is-full-width">
<h2 class="title is-3">Kandinsky Flash (Kandinsky 3.0 Refiner)</h2>
<h2 class="title is-3">Kandinsky Flash (Refiner)</h2>
<div class="content has-text-justified">
<p class="'margined">
Diffusion models have problems with fast image generation.
Expand All @@ -273,16 +273,10 @@ <h2 class="title is-3">Kandinsky Flash (Kandinsky 3.0 Refiner)</h2>
<img src="static/images/flash/butterly_effect.jpg" alt="">
<img src="static/images/flash/inspiration.jpg" alt="Image 2">
</div>
Also we applied Kandinsky Flash model to images generated from Kandinsky 3.0 to improve visual quality of generated images.
<div class="image-container-mine">
<figure>
Also we used Kandinsky Flash model to improve visual quality of generation from Kandinsky 3.0.
<div class="image-container">
<img src="static/images/k31/refine_before.jpg" alt="">
<figcaption>Before Refinement</figcaption>
</figure>
<figure>
<img src="static/images/k31/refine_after.jpg" alt="Image 2">
<figcaption>After Refinement</figcaption>
</figure>
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions K31/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ img.img-thumbnail {
font-variant: small-caps;
}

.image-container-mine {
display: flex;
flex-wrap: wrap;
}

.image-container {
display: flex;
}
Expand Down

0 comments on commit 332aef0

Please sign in to comment.