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