description.html 1.16 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
    <div>
        <!-- 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;" />
            </a>
            <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;" />
            </a>
        </div>
        <h1 style="margin-top: 0;">INT4 FLUX.1-Kontext-dev Demo</h1>

        <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>
</div>