-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathflux.1-schnell.yaml
58 lines (58 loc) · 1.15 KB
/
flux.1-schnell.yaml
1
2
3
4
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
56
57
58
pipeline:
name: flux.1-schnell
dtype: torch.bfloat16
eval:
num_steps: 4
guidance_scale: 0
protocol: fmeuler{num_steps}-g{guidance_scale}
quant:
calib:
batch_size: 16
wgts:
calib_range:
element_batch_size: 64
sample_batch_size: 32
element_size: 512
sample_size: -1
low_rank:
sample_batch_size: 32
sample_size: -1
skips:
- embed
- resblock_shortcut
- resblock_time_proj
- transformer_proj_in
- transformer_proj_out
- down_sample
- up_sample
ipts:
calib_range:
element_batch_size: 64
sample_batch_size: 32
element_size: 512
sample_size: -1
skips:
- embed
- resblock_shortcut
- resblock_time_proj
- transformer_proj_in
- transformer_proj_out
- transformer_norm
- transformer_add_norm
- down_sample
- up_sample
opts:
calib_range:
element_batch_size: 64
sample_batch_size: 32
element_size: 512
sample_size: -1
smooth:
proj:
element_batch_size: -1
sample_batch_size: 32
element_size: -1
sample_size: -1
attn:
sample_batch_size: 32
sample_size: -1