description.html 2.52 KB
Newer Older
April Hu's avatar
April Hu committed
1
2
3
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
    <div>
        <h1>
Muyang Li's avatar
Muyang Li committed
4
            <img src="https://github.com/mit-han-lab/nunchaku/raw/refs/heads/main/assets/svdquant.svg"
April Hu's avatar
April Hu committed
5
6
7
8
9
10
11
12
                 alt="logo"
                 style="height: 40px; width: auto; display: block; margin: auto;"/>
            INT4 FLUX.1-fill-dev Demo
        </h1>
        <h2>
            SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models
        </h2>
        <h3>
13
14
15
16
17
            <a href='https://lmxyy.me' target="_blank">Muyang Li*</a>,
            <a href='https://yujunlin.com' target="_blank">Yujun Lin*</a>,
            <a href='https://hanlab.mit.edu/team/zhekai-zhang' target="_blank">Zhekai Zhang*</a>,
            <a href='https://www.tianle.website/#/' target="_blank">Tianle Cai</a>,
            <a href='https://xiuyuli.com' target="_blank">Xiuyu Li</a>,
April Hu's avatar
April Hu committed
18
            <br>
19
20
21
22
23
            <a href='https://github.com/JerryGJX' target="_blank">Junxian Guo</a>,
            <a href='https://xieenze.github.io' target="_blank">Enze Xie</a>,
            <a href='https://cs.stanford.edu/~chenlin/' target="_blank">Chenlin Meng</a>,
            <a href='https://www.cs.cmu.edu/~junyanz/' target="_blank">Jun-Yan Zhu</a>,
            and <a href='https://hanlab.mit.edu/songhan' target="_blank">Song Han</a>
April Hu's avatar
April Hu committed
24
25
        </h3>
        <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
26
            <a href="https://arxiv.org/abs/2411.05007" target="_blank">[Paper]</a>
April Hu's avatar
April Hu committed
27
            &nbsp;
28
            <a href='https://github.com/mit-han-lab/nunchaku' target="_blank">
April Hu's avatar
April Hu committed
29
30
31
                [Code]
            </a>
            &nbsp;
32
            <a href='https://hanlab.mit.edu/projects/svdquant' target="_blank">
April Hu's avatar
April Hu committed
33
34
35
                [Website]
            </a>
            &nbsp;
36
            <a href='https://hanlab.mit.edu/blog/svdquant' target="_blank">
April Hu's avatar
April Hu committed
37
38
39
40
                [Blog]
            </a>
        </div>
        <h4>Quantization Library:
41
42
            <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
43
44
45
46
47
48
49
50
51
        </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
52
</div>