oft_test / adapter_config.json
takuoko's picture
Upload 3 files
56ffaf4
raw
history blame contribute delete
595 Bytes
{
"alpha": 1,
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "UNet2DConditionModel",
"parent_library": "diffusers.models.unet_2d_condition"
},
"base_model_name_or_path": null,
"block_share": false,
"coft": false,
"eps": 6e-05,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"module_dropout": 0.0,
"modules_to_save": null,
"peft_type": "OFT",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_k",
"to_v",
"to_q",
"to_out.0"
],
"task_type": null
}