description.html 1.48 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
18

        <!-- Title -->
        <h1 style="margin-top: 0;">INT4 FLUX.1-fill-dev Demo</h1>
April Hu's avatar
April Hu committed
19
        <h4>Quantization Library:
20
21
            <a href='https://github.com/mit-han-lab/deepcompressor' target="_blank">DeepCompressor</a>&nbsp;
            Inference Engine: <a href='https://github.com/mit-han-lab/nunchaku' target="_blank">Nunchaku</a>&nbsp;
April Hu's avatar
April Hu committed
22
23
24
25
26
27
28
29
30
        </h4>
        <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
31
</div>