description.html 1.06 KB
Newer Older
1
2
3
4
<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;">
5
            <a href="https://github.com/mit-han-lab/nunchaku" target="_blank">
6
7
8
                <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>
9
            <a href="https://hanlab.mit.edu/projects/svdquant" target="_blank">
10
11
12
13
                <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>
14
        <h1 style="margin-top: 0;">{precision} FLUX.1-Kontext-dev Demo</h1>
15
16
17
18
19
20
21

        <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
            {device_info}
        </div>
        {count_info}
    </div>
</div>