Static project website for Representation Distribution Matching for One-Step Visual Generation.
Single self-contained index.html (inline CSS + JS), plus an assets/ folder. No build step.
cd website
python3 -m http.server 8731
# open http://localhost:8731- Paper buttons (nav, hero, footer) point to the hosted
RDM.pdf. To update the paper, replacewebsite/RDM.pdfand push. - arXiv and Code are still placeholders: they point to
#and show a "link coming soon" hint when clicked. Searchindex.htmlfordata-linkand set the realhrefwhen available. - BibTeX is a
@miscpreprint entry (keyfeng2026rdm); switch to@inproceedings+ abooktitleonce there's a venue. - Open Graph image is
<meta property="og:image">in<head>(currentlyassets/samples/sample-12.jpg).
assets/samples/sample-01..12.jpg— top hero marquee. Cherry-picked one-step FLUX samples (frompromo/).assets/samples-bottom/sample-01..12.jpg— bottom gallery. A second cherry-picked set (frompromo_bottom/).assets/figs/teaser.jpg— paper teaser (FLUX 4-step vs 1-step + performance curve).assets/figs/dino_overfit.jpg— single-encoder gaming figure.assets/cmp/teacher-01..48.jpg,student-01..48.jpg— the 48 head-to-head pairs (4-step teacher vs our 1-step), extracted frompromo_aesthetic_teacher_vs_1step_v2.html.assets/cmp/pairs.jsonholds the per-pair theme, prompt, and PickScore.
index.html— the project page. The "Our one step vs the four-step teacher" section shows 6 curated pairs and links to:comparisons.html— standalone page with all 48 pairs grouped by theme. Regenerate it from the extracted images withscratchpad/gen_compare.pyif the pair set changes.
The two sample sets are independent: the top marquee and bottom gallery read from different
folders, so you can swap either without touching the other (var samples vs var galSamples
in the inline script).
Live at https://alan-lanfeng.github.io/rdm/, served by GitHub Pages from the main
branch root of github.com/Alan-LanFeng/rdm (.nojekyll bypasses Jekyll). This folder is
the repo root.
To update the live site after editing any file here:
cd website
git add -A
git commit -m "Update site"
git pushPages rebuilds in ~1 minute.
Dark "measurement instrument" aesthetic: the generated images carry all the saturated color,
the UI stays near-monochrome. The signature element is the distance-to-real ruler that turns
the SW r14 metric (real data = 1.00) into a structural device. Type is Space Grotesk (display)
- Space Mono (every number and label) + Inter (body). Amber = real/target, blue = generated, carried from the paper's own method figure. Copy follows the paper's no-dashes style rule.