File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 < span class ="button-icon button-icon-github " aria-hidden ="true "> </ span >
100100 < span > Code</ span >
101101 </ a >
102+ < a class ="button button-secondary " href ="https://huggingface.co/THU-MARS/OMG " target ="_blank " rel ="noopener " aria-label ="OMG models on Hugging Face ">
103+ < span class ="button-icon-huggingface " aria-hidden ="true "> 🤗</ span >
104+ < span > Model</ span >
105+ </ a >
106+ < a class ="button button-secondary " href ="https://huggingface.co/datasets/THU-MARS/OMG-Data " target ="_blank " rel ="noopener " aria-label ="OMG-Data on Hugging Face ">
107+ < span class ="button-icon-huggingface " aria-hidden ="true "> 🤗</ span >
108+ < span > Dataset</ span >
109+ </ a >
102110 < a class ="button button-secondary " href ="#citation ">
103111 < span class ="button-icon button-icon-cite " aria-hidden ="true "> </ span >
104112 < span > Cite</ span >
Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ const requiredSnippets = [
2222 [ "composition demo poster" , "./static/results/composition-realtime-switching-poster.jpg" ] ,
2323 [ "arxiv link" , "https://arxiv.org/abs/2606.10340" ] ,
2424 [ "github code link" , "https://github.com/Tsinghua-MARS-Lab/OMG" ] ,
25+ [ "hugging face model link" , "https://huggingface.co/THU-MARS/OMG" ] ,
26+ [ "hugging face dataset link" , "https://huggingface.co/datasets/THU-MARS/OMG-Data" ] ,
2527 [ "cite link" , 'href="#citation"' ] ,
2628 [ "arxiv icon" , "button-icon-arxiv" ] ,
2729 [ "github icon" , "button-icon-github" ] ,
30+ [ "hugging face icon" , "button-icon-huggingface" ] ,
2831 [ "cite icon" , "button-icon-cite" ] ,
2932 [ "dataset hours" , "1174.66" ] ,
3033 [ "model family" , "OMG-DiT" ]
Original file line number Diff line number Diff line change @@ -327,6 +327,13 @@ sup {
327327 -webkit-mask-image : url ("../images/omg/icons/cite.svg" );
328328}
329329
330+ .button-icon-huggingface {
331+ display : block;
332+ flex : 0 0 auto;
333+ font-size : 1rem ;
334+ line-height : 1 ;
335+ }
336+
330337.button-primary {
331338 background : var (--ink );
332339 color : # fffaf4 ;
You can’t perform that action at this time.
0 commit comments