File size: 981 Bytes
a65270a |
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 |
{
"dfloat11_config": {
"version": "0.5.0",
"threads_per_block": [
512
],
"bytes_per_thread": 8,
"pattern_dict": {
"noise_refiner\\.\\d+": [
"attention.to_q",
"attention.to_k",
"attention.to_v",
"attention.to_out.0",
"feed_forward.w1",
"feed_forward.w2",
"feed_forward.w3",
"adaLN_modulation.0"
],
"context_refiner\\.\\d+": [
"attention.to_q",
"attention.to_k",
"attention.to_v",
"attention.to_out.0",
"feed_forward.w1",
"feed_forward.w2",
"feed_forward.w3"
],
"layers\\.\\d+": [
"attention.to_q",
"attention.to_k",
"attention.to_v",
"attention.to_out.0",
"feed_forward.w1",
"feed_forward.w2",
"feed_forward.w3",
"adaLN_modulation.0"
],
"cap_embedder": [
"1"
]
}
}
} |