life-fx / adapter_config.json
Tech-Meld's picture
Update adapter_config.json
9152de1 verified
raw
history blame contribute delete
No virus
323 Bytes
{
"peft_type": "LORA",
"r": 16,
"lora_alpha": 16,
"target_modules": [
"down_blocks.0.attentions.0.transformer_blocks.0.attn1.to_q",
"down_blocks.1.attentions.0.transformer_blocks.0.attn2.to_k"
],
"lora_dropout": 0.05,
"bias": "none",
"task_type": "IMAGE_GENERATION"
}