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

        <!-- Title -->
        <h1 style="margin-top: 0;">INT4 FLUX.1-fill-dev Demo</h1>
April Hu's avatar
April Hu committed
17
18
19
20
21
22
23
24
        <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
25
</div>