description.html 1.08 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

        <!-- Logo Row -->
        <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 10px;">
6
            <a href="https://github.com/mit-han-lab/nunchaku" target="_blank">
7
                <img src="https://github.com/mit-han-lab/nunchaku/raw/refs/heads/main/assets/nunchaku.svg"
8
                    alt="nunchaku logo" style="height: 150px; width: auto;" />
April Hu's avatar
April Hu committed
9
            </a>
10
            <a href="https://hanlab.mit.edu/projects/svdquant" target="_blank">
11
                <img src="https://github.com/mit-han-lab/nunchaku/raw/refs/heads/main/assets/svdquant.svg"
12
                    alt="svdquant logo" style="height: 40px; width: auto;" />
April Hu's avatar
April Hu committed
13
14
            </a>
        </div>
15
16

        <!-- Title -->
17
        <h1 style="margin-top: 0;">INT4 FLUX.1-Redux-dev Demo</h1>
18

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