Skip to content

Commit

Permalink
Update demofusion.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RuoyiDu authored Nov 24, 2023
1 parent 5b91c60 commit f3d33b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demofusion/demofusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ <h3>
<div class="row comp-margin">
<div class="col-md-4 col-md-offset-2">
<div class="b-dics img-responsive center-block" style="width:100%;">
<img src="./figures/sample7_SR_zoom200%.jpg" alt="SDXL+BSRGAN" />
<img src="./figures/sample7_demfusion_zoom200%.jpg" alt="DemoFusion" />
<img src="./figures/sample7_SR_zoom200.jpg" alt="SDXL+BSRGAN" />
<img src="./figures/sample7_demofusion_zoom200.jpg" alt="DemoFusion" />
</div>
</div>
<div class="col-md-4">
<div class="b-dics img-responsive center-block" style="width:100%;">
<img src="./figures/sample6_SR_zoom200%.jpg" alt="SDXL+BSRGAN" />
<img src="./figures/sample6_demfusion_zoom200%.jpg" alt="DemoFusion" />
<img src="./figures/sample6_SR_zoom200.jpg" alt="SDXL+BSRGAN" />
<img src="./figures/sample6_demofusion_zoom200.jpg" alt="DemoFusion" />
</div>
</div>
</div>
Expand Down Expand Up @@ -326,12 +326,12 @@ <h3>
<h3>
<b>Combining with ControlNet</b>
</h3>
<p class="text-justify">
The tuning-free characteristic of DemoFusion enables seamless integration with many LDM-based applications. E.g., DemoFusion combined with ControlNet[3] can achieve controllable high-resolution generation.
</p>
<br>
<image src="./figures/controlnet.jpg" style="width:100%;" class="img-responsive center-block" alt="overview">
<br>
<p class="text-justify">
The tuning-free characteristic of DemoFusion enables seamless integration with many LDM-based applications. E.g., DemoFusion combined with ControlNet[3] can achieve controllable high-resolution generation.
</p>
<br>
</div>
</div>

Expand Down

0 comments on commit f3d33b5

Please sign in to comment.