Skip to content

Commit c71453b

Browse files
committed
add lora
1 parent 9887735 commit c71453b

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.DS_Store

6 KB
Binary file not shown.

data/.DS_Store

0 Bytes
Binary file not shown.

data/rf-inversion-content-style.png

5.07 MB
Loading

index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,34 @@ <h3 style="text-align:center">Object insert: text-guided insertion of multiple o
106106
<h2>Text-to-Image Generation</h2>
107107
<p>T2I generation using rectified SDE (22) for different number of discretization steps marked along the X-axis. Our stochastic equivalent sampler FluxSDE generates samples visually comparable to FluxODE at different levels of discretization.</p>
108108
<br>
109-
<img class="summary-img" src="./data/t2i-gen.png" style="width:80%;"> <br>
109+
<img class="summary-img" src="./data/t2i-gen.png" style="width:90%;"> <br>
110110
<p>Additional qualitative results on T2I generation for 100 steps of discretization. This verifies the correctness of the optimal vector field derived in §3 of the main paper and in Appendix A. FluxSDE has the same marginals as the deterministic sampler Flux, but follows a stochastic path as discussed in §3.</p>
111111
<br>
112-
<img class="summary-img" src="./data/t2i-gen-2.png" style="width:80%;"> <br>
112+
<img class="summary-img" src="./data/t2i-gen-2.png" style="width:90%;"> <br>
113+
</div>
114+
115+
<div class="content">
116+
<h2>Content-Style Composition with RF-Inversion+LoRA</h2>
117+
<br>
118+
<img class="summary-img" src="./data/rf-inversion-content-style.png" style="width:90%;"> <br>
119+
<p>
120+
Compatibility of our method with LoRA for content-style composition. The generated image preserves the identity of the reference content while adhering to the desired style.
121+
</p>
113122
</div>
114123

115124

116125
<div class="content">
117126
<h2>BibTex</h2>
118-
<code> @article{rout2024rfinversion,<br>
127+
<code> @inproceedings{rout2025semantic,<br>
119128
&nbsp;&nbsp;title={Semantic Image Inversion and Editing using Rectified Stochastic Differential Equations},<br>
120129
&nbsp;&nbsp;author={Rout, L and Chen, Y and Ruiz, N and Caramanis, C and Shakkottai, S and Chu, W},<br>
121-
&nbsp;&nbsp;booktitle={arXiv preprint arxiv:2410.10792},<br>
122-
&nbsp;&nbsp;year={2024}<br>
130+
&nbsp;&nbsp;booktitle={The Thirteenth International Conference on Learning Representations},<br>
131+
&nbsp;&nbsp;year={2025}<br>
132+
&nbsp;&nbsp;url={https://openreview.net/forum?id=Hu0FSOSEyS}<br>
123133
} </code>
124134
</div>
125135

136+
126137
<div class="content" id="acknowledgements">
127138
<p><strong>Acknowledgements</strong>:
128139
This research has been supported by NSF Grant 2019844, a Google research collaboration award, and the UT Austin Machine Learning Lab.

0 commit comments

Comments
 (0)