SD2-1_LoRA_Colorization_Imagenette / adapter_config.json
MarcoBrigo11's picture
Upload model
b0a657b verified
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "UNet2DConditionModel",
"parent_library": "diffusers.models.unets.unet_2d_condition"
},
"base_model_name_or_path": null,
"bias": "none",
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_bias": false,
"lora_dropout": 0.01,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"ff.net.2",
"to_k",
"to_out.0",
"ff.net.0.proj",
"to_q",
"to_v"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}