SD3.5M-FlowGRPO-GenEval / adapter_config.json
jieliu's picture
update model
5efdfea verified
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "SD3Transformer2DModel",
"parent_library": "diffusers.models.transformers.transformer_sd3"
},
"base_model_name_or_path": null,
"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": 64,
"lora_dropout": 0.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"attn.add_v_proj",
"attn.to_add_out",
"attn.to_k",
"attn.add_q_proj",
"attn.to_v",
"attn.to_q",
"attn.add_k_proj",
"attn.to_out.0"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}