description.html 1.2 KB
Newer Older
April Hu's avatar
April Hu committed
1
2
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
    <div>
3
4
5
6
7
8
        <!-- Logo Row -->
        <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 10px;">
            <a href="https://github.com/mit-han-lab/nunchaku">
                <img src="https://github.com/mit-han-lab/nunchaku/raw/refs/heads/main/assets/nunchaku.svg"
                     alt="nunchaku logo"
                     style="height: 150px; width: auto;"/>
April Hu's avatar
April Hu committed
9
            </a>
10
11
12
13
            <a href="https://hanlab.mit.edu/projects/svdquant">
                <img src="https://github.com/mit-han-lab/nunchaku/raw/refs/heads/main/assets/svdquant.svg"
                     alt="svdquant logo"
                     style="height: 40px; width: auto;"/>
April Hu's avatar
April Hu committed
14
15
            </a>
        </div>
16
17
        <h1 style="margin-top: 0;">INT4 FLUX.1-{model_name}-dev Demo</h1>

April Hu's avatar
April Hu committed
18
19
20
21
22
23
24
25
        <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
            {device_info}
        </div>
        <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
            {notice}
        </div>
        {count_info}
    </div>
Muyang Li's avatar
Muyang Li committed
26
</div>