witcher3-velen-z-image-lora / adapter_config.json
ktagowski's picture
add adapter_config.json
bca9d31 verified
Raw
History Blame Contribute Delete
717 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Tongyi-MAI/Z-Image",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": "gaussian",
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 128,
"lora_dropout": 0.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_q",
"to_k",
"to_v",
"to_out.0",
"feed_forward.w1",
"feed_forward.w2",
"feed_forward.w3"
],
"use_dora": false,
"use_rslora": false
}