Qwen-Image-2512-DF11 / config.json
m9e's picture
add model type removed by df11 conversion
f08dde2 verified
raw
history blame contribute delete
778 Bytes
{
"dfloat11_config": {
"version": "0.5.0",
"threads_per_block": [
512
],
"bytes_per_thread": 8,
"pattern_dict": {
"time_text_embed\\.timestep_embedder": [
"linear_1",
"linear_2"
],
"img_in": [],
"txt_in": [],
"transformer_blocks\\.\\d+": [
"img_mod.1",
"attn.to_q",
"attn.to_k",
"attn.to_v",
"attn.add_k_proj",
"attn.add_v_proj",
"attn.add_q_proj",
"attn.to_out.0",
"attn.to_add_out",
"img_mlp.net.0.proj",
"img_mlp.net.2",
"txt_mod.1",
"txt_mlp.net.0.proj",
"txt_mlp.net.2"
],
"norm_out": [
"linear"
],
"proj_out": []
}
},
"model_type": "qwen2_5_vl"
}