Views
No views yet
diffusersdiffusers.pattern_dict for compression:1pattern_dict_comfyui = {
2 r"txt_in": [],
3 r"transformer_blocks\.\d+": (
4 "attn.img_qkv",
5 "attn.txt_qkv",
6 "attn.to_out.0",
7 "img_mod.1",
8 "img_mlp.w1",
9 "img_mlp.w2",
10 "img_mlp.w3",
11 "txt_mod.1",
12 "txt_mlp.w1",
13 "txt_mlp.w2",
14 "txt_mlp.w3",
15 ),
16}