kayte_flux / adapter_config.json
kayte0342's picture
Upload adapter_config.json
6ba7d33 verified
raw
history blame contribute delete
225 Bytes
{
"peft_type": "lora",
"adapter_type": "lora",
"target_modules": ["attn", "resblocks"],
"lora_r": 8,
"lora_alpha": 16,
"lora_dropout": 0.1,
"trainable": true,
"bias": "none",
"layer_norm": true
}