Skip to content

Commit 82ccd72

Browse files
committed
add LucidNFT
1 parent 280c1f2 commit 82ccd72

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

LucidNFT/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2>LucidLR Dataset</h2>
173173
</section>
174174

175175
<section id="results" class="info-section">
176-
<h2>Results and Findings</h2>
176+
<h2>Results</h2>
177177
<ul>
178178
<li><strong>Stable optimization.</strong> Training curves in the paper show both LucidConsistency and perceptual IQA rewards improve steadily during preference optimization on LucidFlux.</li>
179179
<li><strong>Consistent benchmark gains.</strong> On RealLQ250, DRealSR, and RealSR, LucidFlux + LucidNFT improves most no-reference IQA metrics over the LucidFlux baseline, including CLIP-IQA+, Q-Align, MUSIQ, UniPercept IQA, and NIQE.</li>

LucidNFT/styles.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,28 @@ body {
8787
max-width: 1100px;
8888
}
8989

90+
/* Ensure quantitative results appear before qualitative figures in the Results section. */
91+
#results {
92+
display: flex;
93+
flex-direction: column;
94+
gap: 20px;
95+
}
96+
97+
#results > ul {
98+
order: 1;
99+
margin: 0;
100+
}
101+
102+
#results .quantitative-results {
103+
order: 2;
104+
margin-top: 0;
105+
}
106+
107+
#results .hero-image {
108+
order: 3;
109+
margin-top: 0;
110+
}
111+
90112
.info-section {
91113
text-align: left;
92114
margin: 0;
@@ -454,6 +476,12 @@ body {
454476
font-family: 'Times New Roman', Times, serif;
455477
}
456478

479+
/* Give metric column a bit more breathing room in quantitative tables. */
480+
.table-container .metric-col {
481+
min-width: 160px;
482+
white-space: nowrap;
483+
}
484+
457485
/* Method column styling */
458486
.method-col {
459487
font-family: 'Times New Roman', Times, serif;

0 commit comments

Comments
 (0)